mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
1.15.2
This commit is contained in:
@@ -36,9 +36,6 @@ public class ParameterFormatterFilter implements GlobalFilter, Ordered {
|
||||
, apiParam
|
||||
, sopParameterFormatter::format
|
||||
, httpHeaders -> httpHeaders.set(ParamNames.HEADER_VERSION_NAME, apiParam.fetchVersion()));
|
||||
if (formatExchange == null) {
|
||||
return chain.filter(exchange);
|
||||
}
|
||||
return chain.filter(formatExchange);
|
||||
}
|
||||
return chain.filter(exchange);
|
||||
|
Reference in New Issue
Block a user