diff --git a/src/main/java/com/sczx/gateway/filter/AuthGlobalFilter.java b/src/main/java/com/sczx/gateway/filter/AuthGlobalFilter.java index 84e9f07..c012afb 100644 --- a/src/main/java/com/sczx/gateway/filter/AuthGlobalFilter.java +++ b/src/main/java/com/sczx/gateway/filter/AuthGlobalFilter.java @@ -37,6 +37,7 @@ public class AuthGlobalFilter implements GlobalFilter, Ordered { "/zc/store/client/listStoresByBBoxWithDistance", "/zc/store/oss/**", "/zc/store/pub/**", + "/zc/store/sys/**", //查询车型 "/zc/car/carModel/pageStoreCarModel", //同步服务都放行