后端迁移消息发送服务

This commit is contained in:
yml
2026-05-21 14:49:20 +08:00
parent aedc5d928e
commit 4740f870ba
2 changed files with 207 additions and 28 deletions
@@ -329,6 +329,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 131 个用例通过
51. Agiso 消息发送服务迁移到 `.ts`
- `src/services/platforms/agiso/xianyu/message-service.ts`
52. 消息订单 / 任务、消息配置、模板渲染、去重查询、发送请求、delivery 创建与更新 payload 已显式类型化
53. Docker 内验证通过:
- `src/services/platforms/agiso/xianyu/message-service.test.js` 共 3 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 131 个用例通过
## 下一步建议