签到模块

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
@@ -63,7 +63,7 @@ public class JwtAuthenticationFilter extends AbstractGatewayFilterFactory<JwtAut
path.equals("/api/auth/login") ||
path.equals("/api/groupCourse/page") ||
path.startsWith("/api/checkIn") ||
path.startsWith("/api/payment") ||
path.startsWith("/api/payment") ||
path.startsWith("/actuator/info");
}