后端迁移自动发货服务

This commit is contained in:
yml
2026-05-21 14:46:56 +08:00
parent 861b7e0034
commit aedc5d928e
3 changed files with 195 additions and 60 deletions
@@ -320,6 +320,15 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 131 个用例通过
47. Agiso 自动发货服务迁移到 `.ts`
- `src/services/platforms/agiso/xianyu/auto-delivery-service.ts`
48. 自动发货订单 / 任务形态、依赖注入、HTTP 响应、发货确认结果、上下文落库 payload 已显式类型化
49. `tsconfig.json` 已将 Agiso 新增 `.ts` 文件纳入 `typecheck`,旧 Agiso `.js` 文件继续暂时排除
50. Docker 内验证通过:
- `src/services/platforms/agiso/xianyu/auto-delivery-service.test.js` 共 9 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 131 个用例通过
## 下一步建议