喵速达-中移苹果订单退款通知
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| province | String | 必须 | 浙江 | 省 | |
| city | String | 必须 | 杭州市 | 市 | |
| orderId | String | 必须 | 28362183 | 淘天交易子订单号 | |
| collectionTime | String | 可选 | yyyy-mm-dd hh:mi:ss | 揽收时间 | |
| scmCode | String | 必须 | xxxx | SCM物料编码 | |
| saleNum | Number | 必须 | 1 | 销售数量 | |
| snCode | String | 可选 | LGKQ00F4YD | SN码 | |
| saleType | Number | 必须 | 2 | 销售类型(1、合约机;2、裸机;3、信用购) | |
| isGbyj | Boolean | 必须 | true | 是否国补(true-是;false-否) | |
| gbRatio | Number | 必须 | 15 | 国补比例,数值,换算成百分比请执行除以100计算 | |
| customerId | String | 必须 | 123 | customerId,路由使用 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| response | Response | 返回根 | |
|
{"collectionTime":"yyyy-mm-dd hh:mi:ss","snCode":"LGKQ00F4YD","province":"浙江","city":"杭州市","orderId":"28362183","isGbyj":true,"scmCode":"xxxx","saleType":2,"customerId":"123","saleNum":1,"gbRatio":15}
{
"response":{
"responseMsg":"错误信息",
"responseCode":"111",
"success":false
}
}
{"success":"false","responseCode":"sign-check-failure","responseMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|