token 校验
This commit is contained in:
parent
41686fa3ce
commit
8887ce766d
|
|
@ -70,6 +70,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||||
.setHit(true)
|
.setHit(true)
|
||||||
// .match("/**")
|
// .match("/**")
|
||||||
.notMatch("/user/**")
|
.notMatch("/user/**")
|
||||||
|
.notMatch("/pay/**")
|
||||||
.notMatch("/admin/auth/**")
|
.notMatch("/admin/auth/**")
|
||||||
.check(r -> MyStpLogic.ADMIN_LOGIC.checkLogin());
|
.check(r -> MyStpLogic.ADMIN_LOGIC.checkLogin());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue