@@ -29,6 +29,8 @@ public class TokenInterceptor {
// 文件访问路劲
notMatchList.add("/upload/**");
+ // app 最大版本查询
+ notMatchList.add("/sysVersion/queryMaxNum");
//财务 - 对账 - 保司数据下载
notMatchList.add("/api/inv/insExternalBills/export/**");