签到模块

This commit is contained in:
future
2026-06-02 09:56:37 +08:00
committed by fujia
parent 524182c478
commit a7f31083cf
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()