查询外部作业单日志
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
outStoreId | String | 必须 | 1001 | 门店id | |
outDepotOrderIds | String | 必须 | "11","22" | 作业单id列表 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
errorMsg | String | 错误信息 | 错误信息 |
errorCode | String | 错误码 | 错误码 |
model | OutDepotOrderLogDTO [] | 数据 | |
|
|||
success | Boolean | true | 响应结果 |
{"outStoreId":"1001","outDepotOrderIds":"\"11\",\"22\""}
{ "errorMsg":"错误信息", "errorCode":"错误码", "model":[ { "outStatusName":"配送中", "outDepotOrderId":"1001201111000073", "outNodes":[ { "name":"生成作业单", "action":"NEW_WORK", "time":"2021-04-20 10:01:30", "status":"FINISH" } ], "outStatus":"DELIVERING" } ], "success":true }
{"success":"不等于true","errorCode":"sign-check-failure","errorMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|