后端迁移后台人工兑换路由

This commit is contained in:
yml
2026-05-21 17:23:40 +08:00
parent 18057d0eea
commit 105504fdc4
2 changed files with 43 additions and 20 deletions
@@ -829,6 +829,13 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
215. 后台人工兑换路由迁移到 `.ts`
- `src/routes/admin/manual-redeem.ts`
216. 人工兑换 SKU 建议、任务创建 / 详情、登录会话创建 / 摘要 / 刷新 / 关闭、确认角色、启动兑换和关闭任务路由已进入 TS 编译链路;route query、params、body、session body 与人工兑换 mutation audit result 补齐类型
217. Docker 内验证通过:
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议