后端迁移后台平台配置路由

This commit is contained in:
yml
2026-05-21 17:30:26 +08:00
parent 7be787c232
commit 1effd53378
2 changed files with 94 additions and 144 deletions
@@ -843,6 +843,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
221. 后台平台配置路由迁移到 `.ts`
- `src/routes/admin/platform-config.ts`
222. Agiso 店铺、通知、定时任务、快手电子券、91 卡券订单、cloudtentacles 来源 / 登录 / 商品 / 背包 / 虚拟号 / debug flow、履约绑定和快手 Cloud 履约配置路由已进入 TS 编译链路;route body / params、Agiso 保存响应和审计动态结果补齐类型,并移除旧 JSDoc cast
223. Docker 内验证通过:
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
224. `src/routes/admin` 目录下非测试 `.js` 路由文件已全部迁移为 `.ts`
## 下一步建议