|
|
@@ -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**"); // 验证码
|