支付 回调 处理 以及 订单状态 修改

This commit is contained in:
2025-02-15 15:12:57 +08:00
parent faa6f448c0
commit 5fd691f71b
15 changed files with 285 additions and 67 deletions

View File

@@ -60,7 +60,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
// .match("/**")
.notMatch("/user/**")
.notMatch("/admin/auth/**")
.notMatch("/admin/feign/**")
.notMatch("/notify/**")
.check(r -> StpKit.USER.checkManager());
})).addPathPatterns("/**");