后端迁移后台任务路由

This commit is contained in:
yml
2026-05-21 17:26:55 +08:00
parent 105504fdc4
commit 7be787c232
2 changed files with 142 additions and 126 deletions
@@ -836,6 +836,13 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
218. 后台任务管理路由迁移到 `.ts`
- `src/routes/admin/tasks.ts`
219. 后台任务列表 / 详情 / 截图、重试、库存释放、绑定释放、领取链接重建、客服确认 / 兑换、关闭、转人工、人工履约回写、快手 Cloud 准备 / 刷新角色 / 发货 / 退号路由已进入 TS 编译链路;route query、params、manual dispatch body、kuaishou cloud dispatch body、task action response、binding release response 与 manual dispatch response 补齐类型,并收敛 taskId / bindingId 解析 helper
220. Docker 内验证通过:
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议