后端迁移Agiso店铺配置服务

This commit is contained in:
yml
2026-05-21 14:58:22 +08:00
parent b9d84679a1
commit 1a07431887
2 changed files with 50 additions and 17 deletions
@@ -357,6 +357,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 136 个用例通过
60. Agiso 店铺配置服务迁移到 `.ts`
- `src/services/platforms/agiso/shop-config-service.ts`
61. Agiso 店铺配置文档、默认消息模板、店铺 token/API 配置、配置 map 归一化结果已显式类型化
62. Docker 内验证通过:
- Agiso 配置 / 自动发货 / 消息 / 订单详情相关 5 个测试文件共 26 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 136 个用例通过
## 下一步建议