gcx/backend/services/auth-service/src
hailin 9c2e8b8024 fix(auth): AliyunSmsProvider 使用 SendSmsRequest 构造请求对象
修复 request.validate is not a function 错误,
dysmsapi v3 SDK 的 sendSms() 需要 SendSmsRequest 实例而非 plain object。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 00:55:54 -08:00
..
application fix(auth): 修复 TypeScript 编译错误 — RegisterDto.password 可选 + Aliyun import 类型 2026-02-23 22:10:28 -08:00
domain feat(auth): 完整实现 SMS 手机注册/登录/验证系统 2026-02-23 19:12:57 -08:00
infrastructure fix(auth): AliyunSmsProvider 使用 SendSmsRequest 构造请求对象 2026-02-24 00:55:54 -08:00
interface/http fix(auth): LoginDto.deviceInfo/ipAddress 添加 @IsOptional 2026-02-23 22:18:21 -08:00
app.module.ts feat(health): 为全部12个微服务添加Docker健康检查 2026-02-20 05:39:25 -08:00
auth.module.ts feat(admin): SMS 管理后台 — admin 端点 + 用户管理增强 + SMS 日志页 2026-02-23 20:34:15 -08:00
main.ts feat: 完成全部后端微服务开发 (10服务/373文件/15586行代码) 2026-02-12 17:09:12 -08:00