Explorar el Código

永安修改验证码流程

785834757 hace 1 año
padre
commit
1c365619f8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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**"); // 验证码