Эх сурвалжийг харах

放开app 下载需要的接口

wks 2 жил өмнө
parent
commit
055cd0e9a0

+ 2 - 1
src/main/java/com/ydtech/components/TokenInterceptor.java

@@ -37,6 +37,8 @@ public class TokenInterceptor {
         notMatchList.add("/upload/**");
         // app 最大版本查询
         notMatchList.add("/sysVersion/queryMaxNum");
+        notMatchList.add("/sysVersion/findPage");
+
         //财务 - 对账 - 保司数据下载
         notMatchList.add("/api/inv/insExternalBills/export/**");
 
@@ -62,7 +64,6 @@ public class TokenInterceptor {
         notMatchList.add("/order/qrCode/getQrCode**");
         notMatchList.add("/order/qrCode/destructionQrCode**");
 
-
         return new SaInterceptor(handler -> {
             // 指定一条 match 规则
             SaRouter