From 9f0bf8f03175265589e68011f65d017e262dd529 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sun, 24 Aug 2025 10:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=97=A8=E5=BA=97=E6=94=BE?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/sczx/gateway/filter/AuthGlobalFilter.java | 1 + 1 file changed, 1 insertion(+) 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", //同步服务都放行