支付 回调 处理 以及 订单状态 修改
This commit is contained in:
@@ -60,7 +60,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
// .match("/**")
|
||||
.notMatch("/user/**")
|
||||
.notMatch("/admin/auth/**")
|
||||
.notMatch("/admin/feign/**")
|
||||
.notMatch("/notify/**")
|
||||
.check(r -> StpKit.USER.checkManager());
|
||||
|
||||
})).addPathPatterns("/**");
|
||||
|
||||
Reference in New Issue
Block a user