菜鸟通过此接口查询工厂订单详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
orderNo | String | 必须 | xxx | 厂商系统工单号 | |
feature | String | 可选 | xxx | 扩展json字段 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
orderNo | String | xxx | 厂商系统工单号 |
orderStatus | String | xxx | 订单状态 |
customerName | String | xxx | 客户姓名 |
customerPhone | String | 13879468521 | 客户联系电话 |
expectDate | String | 2017-07-01 00:00:00 | 期望上门日期 |
appointDate | String | 2017-07-01 00:00:00 | 预约时间 |
feature | String | {} | 扩展字段 |
isSuccess | Boolean | false | 是否成功 |
status | String | xxx | 响应状态码 |
errMsg | String | xxx | 错误信息 |
{"orderNo":"xxx","feature":"xxx"}
{ "orderNo":"xxx", "orderStatus":"xxx", "customerName":"xxx", "customerPhone":"13879468521", "expectDate":"2017-07-01 00:00:00", "appointDate":"2017-07-01 00:00:00", "feature":"{}", "isSuccess":false, "status":"xxx", "errMsg":"xxx" }
错误码 | 错误描述 | 解决方案 |
---|