Преглед изворни кода

合伙人APP手机验证码登录

helixiao пре 2 година
родитељ
комит
78452fbf42
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/main/java/com/ydtech/components/TokenInterceptor.java

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

@@ -28,6 +28,7 @@ public class TokenInterceptor {
         notMatchList.add("/captchaById"); // 验证码通过ID
         notMatchList.add("/login2");//登录2  配合验证码ID的校验
         notMatchList.add("/aapLogin");//合伙人和机构负责人登录APP接口
+        notMatchList.add("/loginAPPByPhone");//合伙人和机构负责人登录APP接口
 
         notMatchList.add("/sendMsg");
         notMatchList.add("/loginByPhone");