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