支付回调

This commit is contained in:
2025-02-28 18:08:06 +08:00
parent efc9ad3332
commit 60c8320c09

View File

@@ -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());