token问题

This commit is contained in:
2026-01-21 10:26:01 +08:00
parent 0549a077b2
commit a1aebd16de

View File

@@ -68,6 +68,8 @@ public class SaTokenConfigure implements WebMvcConfigurer {
.check(r -> MyStpLogic.USER_LOGIC.checkLogin()) .check(r -> MyStpLogic.USER_LOGIC.checkLogin())
.setHit(true) .setHit(true)
// .match("/**") // .match("/**")
.notMatch("/user/**")
.notMatch("/pay/**")
.notMatch("/notify/**") .notMatch("/notify/**")
.notMatch("/admin/auth/**") .notMatch("/admin/auth/**")
.notMatch("/admin/shopMsgPush/subscribe/**") .notMatch("/admin/shopMsgPush/subscribe/**")