后端迁移云触手调试流程

This commit is contained in:
yml
2026-05-21 16:24:39 +08:00
parent 98781f484c
commit 89c2bd5273
2 changed files with 25 additions and 9 deletions
@@ -658,6 +658,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
159. Cloudtentacles 完整调试流程服务迁移到 `.ts`
- `src/services/platforms/cloudtentacles/debug-flow-service.ts`
160. Cloudtentacles 余额 / SKU / 背包校验、购买、申请虚拟号、生成登录码、获取验证码、校验验证码、获取兑换链接的后台调试串联流程已进入 TS 编译链路;流程 payload、步骤 runner、重试 options、错误包装补齐类型
161. Docker 内验证通过:
- `src/services/admin/platform-config/*.test.js` 共 37 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议