后端迁移91卡券共享模块

This commit is contained in:
yml
2026-05-21 15:52:36 +08:00
parent f43101c080
commit 9983d15bba
2 changed files with 30 additions and 21 deletions
@@ -545,6 +545,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
123. 91卡券 Open API 共享模块迁移到 `.ts`
- `src/services/open-91/shared.ts`
124. 91 卡券配置读取、请求归一化、签名 / 验签、cards AES 加密、卡密响应构造与查询状态解析已进入 TS 编译链路;动态配置与请求 payload 补齐对象类型
125. Docker 内验证通过:
- `src/services/open-91/shared.test.js` 共 6 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议