helixiao hace 1 año
padre
commit
76bf3d3756
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/ydtech/components/TokenInterceptor.java

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

@@ -96,7 +96,7 @@ public class TokenInterceptor {
         notMatchList.add("/user/updateUserInfo/*");
         notMatchList.add("/user/**");
         notMatchList.add("/user/saveTeamLeader");
-        notMatchList.add("/ins/taskImage/uploadFile");
+        notMatchList.add("/ins/taskImage/uploadFileByPartner");
 
         return new SaInterceptor(handler -> {
             // 指定一条 match 规则