|
@@ -75,10 +75,6 @@ public class SelectRouteGlobalFilter implements GlobalFilter, Ordered {
|
|
|
} catch (Exception e) {
|
|
|
log.error("获取物流中心编码失败 | bwkey={} | body=[\n{}\n]", bwkey, body, e);
|
|
|
}
|
|
|
- if (StringUtils.isBlank(uri)) {
|
|
|
- log.warn("未配置物流中心编码[{}]的服务端映射", bwkey);
|
|
|
- throw NotFoundException.create(true, "404 Not Found");
|
|
|
- }
|
|
|
boolean hasWsdl = request.getQueryParams().containsKey("wsdl");
|
|
|
if (hasWsdl && StringUtils.isBlank(body) && StringUtils.isBlank(uri)) {
|
|
|
uri = SC;
|