fix: default register client id

This commit is contained in:
yuhaiming
2026-08-14 10:35:42 +08:00
parent 2f7597ed53
commit b789c1c07e
8 changed files with 141 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
## 1. 注册默认客户端 ID
- [x] 1.1 在控制器单元测试中覆盖空白 `clientId` 自动补默认值的注册场景,并确认修改前失败。
- [x] 1.2 调整 `/auth/register` 的校验顺序,补默认 `clientId` 后执行完整参数校验,并运行相关测试。