Commit b4dbae8706667e21722d4be61af65e6d68c531ce
1 parent
dcef1d7c
Exists in
master
feat:增加百腾对接文档
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
order/ld/baiteng/order.md
| ... | ... | @@ -15,8 +15,11 @@ |
| 15 | 15 | 采用md5(32位小写)算法生成签名 |
| 16 | 16 | appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒) + nonce(6位随机码大小写字母数子组合) + data(请求数据) |
| 17 | 17 | |
| 18 | +#### 请求流程 | |
| 18 | 19 | |
| 19 | -##### 接口信息 | |
| 20 | + | |
| 21 | + | |
| 22 | +#### 接口信息 | |
| 20 | 23 | |
| 21 | 24 | #### 下单 |
| 22 | 25 | ... | ... |