签到模块

This commit is contained in:
future
2026-06-02 09:56:37 +08:00
parent 8af444b7ee
commit 78c80c4b1d
24 changed files with 890 additions and 5 deletions
@@ -56,7 +56,8 @@ public class SecurityConfig {
.pathMatchers("/api/admin/member/**").permitAll()
.pathMatchers("/api/member-cards/**").permitAll()
.pathMatchers("/api/member-card-records/**").permitAll()
.pathMatchers("/api/member-card-transactions/**").permitAll();
.pathMatchers("/api/member-card-transactions/**").permitAll()
.pathMatchers("/api/checkIn/**").permitAll();
if (isDevOrTest) {