|
@@ -78,6 +78,8 @@ public class TokenInterceptor {
|
|
|
notMatchList.add("/order/boHaiApi/policyResultCallback");
|
|
notMatchList.add("/order/boHaiApi/policyResultCallback");
|
|
|
// 支付宝登录
|
|
// 支付宝登录
|
|
|
notMatchList.add("/alipay/login");
|
|
notMatchList.add("/alipay/login");
|
|
|
|
|
+ //企业微信绑定
|
|
|
|
|
+ notMatchList.add("/wxWork/bind");
|
|
|
|
|
|
|
|
return new SaInterceptor(handler -> {
|
|
return new SaInterceptor(handler -> {
|
|
|
// 指定一条 match 规则
|
|
// 指定一条 match 规则
|