Преглед на файлове

放开app 下载需要的接口

wks преди 2 години
родител
ревизия
055cd0e9a0
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/main/java/com/ydtech/components/TokenInterceptor.java

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

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