喵速达-中移苹果订单支付通知
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| orderId | String | 必须 | 111 | 交易主订单 | |
| subOrderId | String | 必须 | 111 | 交易子订单 | |
| createTime | String | 必须 | yyyy-mm-dd hh:mi:ss | 交易创建时间 | |
| orderStatus | String | 必须 | 待发货 | 交易状态 | |
| payTime | String | 可选 | yyyy-mm-dd hh:mi:ss | 交易支付时间 | |
| endTime | String | 可选 | yyyy-mm-dd hh:mi:ss | 交易结束时间 | |
| receiveName | String | 必须 | xxx | 收货人姓名 | |
| receiveProvince | String | 必须 | xxx | 收货人省份 | |
| receiveCity | String | 必须 | xxx | 收货人市 | |
| receiveArea | String | 可选 | xxx | 收货人区 | |
| receiveStreet | String | 可选 | xxx | 收货人街道 | |
| receiveDetailAdd | String | 可选 | xxx | 收货人详细地址 | |
| receiveZip | String | 可选 | xxx | 收货人邮编 | |
| receivePhone | String | 可选 | xxx | 收货人手机号码 | |
| receiveMobile | String | 可选 | xxx | 收货人电话号码 | |
| customerId | String | 必须 | 111 | customerId路由id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| response | Response | 返回根 | |
|
{"receivePhone":"xxx","receiveStreet":"xxx","orderId":"111","payTime":"yyyy-mm-dd hh:mi:ss","receiveZip":"xxx","receiveArea":"xxx","orderStatus":"待发货","receiveProvince":"xxx","receiveName":"xxx","subOrderId":"111","createTime":"yyyy-mm-dd hh:mi:ss","receiveCity":"xxx","customerId":"111","endTime":"yyyy-mm-dd hh:mi:ss","receiveDetailAdd":"xxx","receiveMobile":"xxx"}
{
"response":{
"success":false,
"responseCode":"错误",
"responseMsg":"错误"
}
}
{"success":"false","responseCode":"sign-check-failure","responseMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|