Parcourir la source

永安修改验证码流程

785834757 il y a 1 an
Parent
commit
1c365619f8
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/main/java/com/ydtech/components/TokenInterceptor.java

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

@@ -15,8 +15,9 @@ public class TokenInterceptor {
 
     public static SaInterceptor tokenInterceptor() {
         List<String> notMatchList = new ArrayList<>();
-        notMatchList.add("/insurance/crawler/yaSendCode");
+        notMatchList.add("/insurance/crawler/yaSendCode"); // 永安接口
         notMatchList.add("/insurance/crawler/yaVerifySendCode");
+        notMatchList.add("/insurance/crawler/yaGetMobile");
         notMatchList.add("/favicon.ico");
         notMatchList.add("/api/demo/**"); // 演示接口
         notMatchList.add("/captcha.jpg**"); // 验证码