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

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