소스 검색

永安修改验证码流程

785834757 1 년 전
부모
커밋
1c365619f8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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**"); // 验证码