补全一些基础信息

This commit is contained in:
yml2213
2026-05-13 20:18:58 +08:00
parent c2fd9078b9
commit a95e48b708
23 changed files with 1237 additions and 89 deletions
+6 -4
View File
@@ -79,10 +79,11 @@ your_secret_keyorderNo=P91KS202605040001&timestamp=1777867260&version=1.0your_se
1. 校验签名与时间戳;
2. 根据 `orderNo` 查询内部订单;
3. 若订单存在但领取链接尚未准备完成,返回 `orderStatus = 10`
4.领取链接已生成,可交付,返回 `orderStatus = 20`
5.订单无法履约,返回 `orderStatus = 30`
6. 当返回 `20` 时,通过 `cards` 返回最终卡密内容。
3. 若订单存在但商品履约配置尚未补齐,返回 `orderStatus = 10`
4.订单存在但领取链接尚未准备完成,返回 `orderStatus = 10`
5.领取链接已生成,可交付,返回 `orderStatus = 20`
6. 若订单无法履约,返回 `orderStatus = 30`
7. 当返回 `20` 时,通过 `cards` 返回最终卡密内容。
## 10. 响应参数
@@ -195,6 +196,7 @@ your_secret_keyorderNo=P91KS202605040001&timestamp=1777867260&version=1.0your_se
- 本接口是 `91卡券` 自动发货的关键接口;
- 当返回 `orderStatus = 20` 时,表示我方已准备好最终交付内容;
- 当返回 `orderStatus = 10` 时,可能是履约任务正在准备,也可能是后台正在补齐 `productNo` 对应的履约配置;
- 最终交付内容是领取链接,不是传统卡号密码;
- 领取链接域名固定为 `221329.cc.cd`
- 买家收到链接后,会进入我方系统领取页完成后续快手核销与履约流程;