签到模块

This commit is contained in:
future
2026-06-24 22:28:02 +08:00
parent e0df10752c
commit ce6bc107cc
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()