XuqmGroup-Server/license-service
XuqmGroup 8e131906d8 feat(license): 添加应用信息接口并增强验证逻辑
- 在 SecurityConfig 中为 /api/license/app-info 接口添加无需认证访问权限
- 优化 GlobalExceptionHandler 中的参数验证错误信息显示,提供详细的字段错误信息
- 移除 RegisterRequest 和 VerifyRequest 中的注解验证,改用代码手动验证
- 为 register 接口添加 deviceId 非空检查
- 为 verify 接口添加 deviceId 和 token 非空检查
- 移除 RegisterRequest 中对 deviceId 的 @NotBlank 注解验证
- 移除 VerifyRequest 中对 deviceId 和 token 的 @NotBlank 注解验证
2026-05-23 02:23:53 +08:00
..
src/main feat(license): 添加应用信息接口并增强验证逻辑 2026-05-23 02:23:53 +08:00
pom.xml Add license service and tenant integration 2026-05-15 21:00:24 +08:00