Commit 30c66f59061f9a3d3833c34111f02fc1b10427bf

Authored by 王富国
1 parent cf56cabc
Exists in master

feat:增加百腾对接文档

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
order/ld/baiteng/order.md
... ... @@ -51,7 +51,7 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒
51 51 | nonce | String | 是 | gdst9t | 6位小写字母数字组合随机串 |
52 52 | sign | String | 是 | fa3ed338d6dfe18e7273c8692234ee70 | 签名:appKey(则一提供) + appSecret(则一提供) + timestamp + nonce(6位随机码) + data(body参数)通过md5(32位小写)算法生成 |
53 53  
54   -##### Body参数
  54 +##### Body参数(application/json)
55 55  
56 56 | 名称 | 类型 | 必填 | 示例值 | 描述 |
57 57 |------------------------------------------------------------|---------------|----|---------------------|------------------------------------------------|
... ... @@ -265,7 +265,7 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒
265 265 | nonce | String | 是 | gdst9t | 6位小写字母数字组合随机串 |
266 266 | sign | String | 是 | fa3ed338d6dfe18e7273c8692234ee70 | 签名:appKey(则一提供) + appSecret(则一提供) + timestamp + nonce(6位随机码) + data(body参数)通过md5(32位小写)算法生成 |
267 267  
268   -##### Body参数
  268 +##### Body参数(application/json)
269 269  
270 270 | 名称 | 类型 | 必填 | 示例值 | 描述 |
271 271 |-------------------|----------------|----------------------------|----------------------|-------------|
... ...