完善模块4,4.1基础数据统计

This commit is contained in:
2026-06-09 18:16:56 +08:00
parent 9446f66567
commit 54a65b2a74
15 changed files with 848 additions and 70 deletions
@@ -57,7 +57,9 @@ public class SecurityConfig {
.pathMatchers("/api/member-cards/**").permitAll()
.pathMatchers("/api/member-card-records/**").permitAll()
.pathMatchers("/api/member-card-transactions/**").permitAll()
.pathMatchers("/api/checkIn/**").permitAll();
.pathMatchers("/api/checkIn/**").permitAll()
.pathMatchers("/**").permitAll()
.pathMatchers("/api/member-card-transactions/**").permitAll();
if (isDevOrTest) {