后端迁移领取基础服务

This commit is contained in:
yml
2026-05-21 14:37:16 +08:00
parent 678b7bdf0c
commit 0d33778d4b
2 changed files with 18 additions and 3 deletions
@@ -305,6 +305,13 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 128 个用例通过
42. claim 基础服务迁移到 `.ts`
- `src/services/claim/claim-service.ts`
43. 领取 token 创建与 claim URL 生成已显式类型化,并在 token 写入失败时显式抛错
44. Docker 内验证通过:
- `npm run typecheck`
- `npm run build`
- `npm test` 共 128 个用例通过
## 下一步建议