token 校验

This commit is contained in:
wangw 2025-02-28 16:57:43 +08:00
parent 41686fa3ce
commit 8887ce766d
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
.setHit(true)
// .match("/**")
.notMatch("/user/**")
.notMatch("/pay/**")
.notMatch("/admin/auth/**")
.check(r -> MyStpLogic.ADMIN_LOGIC.checkLogin());