后端迁移后台读侧路由

This commit is contained in:
yml
2026-05-21 17:22:02 +08:00
parent f96bfe0b20
commit 18057d0eea
7 changed files with 155 additions and 148 deletions
+11
View File
@@ -818,6 +818,17 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
212. 第二批后台 Admin 读侧 / 库存路由迁移到 `.ts`
- `src/routes/admin/orders.ts`
- `src/routes/admin/inventory.ts`
- `src/routes/admin/message-deliveries.ts`
- `src/routes/admin/webhook-events.ts`
- `src/routes/admin/audit-logs.ts`
213. 后台订单列表 / 详情、库存列表 / SKU 建议 / 写操作、消息发送记录、Webhook 事件列表 / 详情 / 重放、审计日志路由已进入 TS 编译链路;route query、params、body、库存 mutation response 与 webhook replay response 补齐类型,审计 payload 缩进同步整理
214. Docker 内验证通过:
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议