ソースを参照

合伙人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");