优惠券发放

This commit is contained in:
张松
2025-09-18 15:08:58 +08:00
parent 6756f35db6
commit 537aeb09a1
6 changed files with 51 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
.notMatch("/notify/**")
.notMatch("/admin/auth/**")
.notMatch("/admin/shopMsgPush/subscribe/**")
.notMatch("/admin/coupon/grant")
.check(r -> MyStpLogic.ADMIN_LOGIC.checkLogin());
})).addPathPatterns("/**");