后端迁移Agiso解析模块

This commit is contained in:
yml
2026-05-21 15:09:03 +08:00
parent a2d029c7da
commit 0da7666aa0
2 changed files with 16 additions and 6 deletions
@@ -381,6 +381,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
68. Agiso webhook 解析基础模块迁移到 `.ts`
- `src/services/order/agiso-trade-parsing.ts`
69. Agiso webhook 原始 payload、订单号解析、商品来源数组提取已显式类型化
70. Docker 内验证通过:
- `src/services/order/agiso-trade-parsing.test.js``src/services/order/webhook-service.test.js` 共 12 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议