feat: add analytics backend

This commit is contained in:
2026-05-17 10:14:08 +08:00
parent 6542912d93
commit 3decff526a
19 changed files with 809 additions and 0 deletions
@@ -43,6 +43,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
"/auth/sms-code", // 短信验证码接口(免登录)
"/auth/refresh-token", // 刷新token接口
"/auth/resetPassword", // 重置密码接口(免登录)
"/analytics/events/batch", // Analytics event batch endpoint
"/health", // 健康检查接口
"/ws/**", // WebSocket接口
"/swagger-ui/**", // Swagger UI