Skip to content
On this page

3.5 物流查询

接口说明:

MethodTestURLContentType
Post/api/order/logisticsapplication/json

参数说明

参数类型说明是否必须描述
fromIdString必须来源名称(待科力普提供)
tokenString必须签名
orderIdString必须订单号

返回结果说明

参数类型说明描述
codeInt操作结果返回代码
subMessageString错误描述
dataList返回结果,json或数组

data说明

参数类型说明参数说明
messageString更新信息
operatorTimeString更新时间

返回数据示例:

json
[

          {

              "message":"您的出库单已通过审核",

              "operatorTime":"2022-04-07 18:04:41"

          },

          {

              "message":"您的订单已通过审核",

              "operatorTime":"2022-04-07 18:04:24"

          },

          {

              "message":"您提交了订单,系统处理中",

              "operatorTime":"2022-04-07 18:04:05"

}

]