后端迁移云触手虚拟号服务

This commit is contained in:
yml
2026-05-21 16:26:53 +08:00
parent 89c2bd5273
commit fb95f7dc55
2 changed files with 57 additions and 31 deletions
@@ -666,6 +666,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
162. Cloudtentacles 虚拟号服务迁移到 `.ts`
- `src/services/platforms/cloudtentacles/virtual-number-service.ts`
163. Cloudtentacles 虚拟号列表、申请、生成登录码、获取验证码、校验验证码、兑换链接、绑定信息、退还号码、AMS 兑换链接探测已进入 TS 编译链路;虚拟号 payload、AMS 签名参数、探测 response、header adapter 与动态响应对象补齐类型
164. Docker 内验证通过:
- `src/services/admin/platform-config/*.test.js` 共 37 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议