...
|
...
|
@@ -133,7 +133,8 @@ sign=159D8FA7E868CA35D8A45E773E88527D |
|
|
| total_amount | Price | 必填 | 11 | 交易的订单金额,单位为元,两位小数。 | 88.88 |
|
|
|
| buyer_pay_amount | Price | 必填 | 11 | 买家实付金额,单位为元,两位小数。 | 15.25 |
|
|
|
| yoho_coin_amount | Price | 选填 | 11 | 有货币支付金额,单位为元,两位小数。 | 10 |
|
|
|
|
|
|
| buyer_payment | String | 必填 | | 支付方式 | |
|
|
|
| buyer_payment_str | String | 必填 | | 支付方式中文 | |
|
|
|
|
|
|
响应成功JSON格式如下所示:
|
|
|
```json
|
...
|
...
|
@@ -146,7 +147,9 @@ sign=159D8FA7E868CA35D8A45E773E88527D |
|
|
"total_amount": 100.01,
|
|
|
"trade_no": "123456789",
|
|
|
"trade_status": "TRADE_CANCEL",
|
|
|
"yoho_coin_amount": 0
|
|
|
"yoho_coin_amount": 0,
|
|
|
"buyer_payment":"offlineCash",
|
|
|
"buyer_payment_str":"现金"
|
|
|
},
|
|
|
"md5": "4eef7b693d86f525124f6ebfcc05c02a",
|
|
|
"message": "third order query"
|
...
|
...
|
|