签到模块

This commit is contained in:
future
2026-06-23 23:42:31 +08:00
parent e518d5d0a0
commit a91416917b
11 changed files with 57 additions and 46 deletions
@@ -66,7 +66,6 @@ public class SecurityConfig {
.pathMatchers("/api/payment/notify").permitAll()
.pathMatchers("/api/payment/refund").permitAll();
if (isDevOrTest) {
spec.pathMatchers("/swagger-ui.html").permitAll()
.pathMatchers("/swagger-ui/**").permitAll()