支付回调
This commit is contained in:
@@ -71,6 +71,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
// .match("/**")
|
||||
.notMatch("/user/**")
|
||||
.notMatch("/pay/**")
|
||||
.notMatch("/notify/**")
|
||||
.notMatch("/admin/auth/**")
|
||||
.check(r -> MyStpLogic.ADMIN_LOGIC.checkLogin());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user