后端迁移Webhook服务
This commit is contained in:
@@ -373,6 +373,14 @@
|
||||
- `npm run typecheck`
|
||||
- `npm run build`
|
||||
- `npm test` 共 139 个用例通过
|
||||
65. webhook service 迁移到 `.ts`:
|
||||
- `src/services/order/webhook-service.ts`
|
||||
66. webhook 编排依赖注入边界已补最小类型,入口编排、解析、验签、忽略、补查、upsert 逻辑已进入 TypeScript 编译链路
|
||||
67. Docker 内验证通过:
|
||||
- `src/services/order/webhook-service.test.js` 共 9 个用例通过
|
||||
- `npm run typecheck`
|
||||
- `npm run build`
|
||||
- `npm test` 共 139 个用例通过
|
||||
|
||||
## 下一步建议
|
||||
|
||||
|
||||
Reference in New Issue
Block a user