状态 | 说明 |
---|---|
GOT | 已揽件 |
TRANSIT | 运输中 |
SIGNED | 已签收 |
RETURN | 退回件 |
SIGNFAIL | 异常签收 |
状态 | 说明 |
---|---|
ACCEPT | 收件扫描 |
GOT | 揽件扫描 |
ARRIVAL | 入中转 |
DEPARTURE | 出中转 |
SENT | 派件中 |
INBOUND | 第三方代收入库 |
SIGNED | 已签收 |
OUTBOUND | 第三方代收快递员取出 |
SIGNFAIL | 签收失败 |
RETURN | 退回件 |
ISSUE | 问题件 |
REJECTION | 拒收 |
OTHER | 其他 |
OVERSEA_IN | 入库扫描 |
OVERSEA_OUT | 出库扫描 |
CLEARANCE_START | 清关开始 |
CLEARANCE_FINISH | 清关结束 |
CLEARANCE_FAIL | 清关失败 |
OVERSEA_ARRIVAL | 干线到达 |
OVERSEA_DEPARTURE | 干线离开 |
TRANSFER | 转单 |
curl --location --request POST 'https://openapi.yundaex.com/openapi-api/outer/logictis/query' \
--header 'app-key;' \
--header 'sign;' \
--header 'req-time;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": "{\"partner_id\":\"test\",\"time\":\"2020-10-24 17:26:06\",\"city\":\"武汉市\",\"orderid\":\"O93101603780336327s\",\"mailno\":3160000261634,\"action\":\"GOT\",\"station\":430003,\"station_name\":\"华中东西湖区公司\",\"phone\":\"\",\"station_type\":2,\"next_type\":3,\"next_name\":\"华中枢纽\",\"next_city\":\"武汉市\",\"next\":430001,\"description\":\"华中东西湖区公司 已揽收\",\"signer\":null}",
"appKey": "999999",
"sign": "c7c95ae82d8b027165d068a86902e15f"
}'
{
"result": true,
"code": "string",
"message": "string",
"data": {
"mailno": "string",
"result": true,
"time": "string",
"remark": "string",
"status": "string",
"steps": [
{
"time": "string",
"station": 0,
"station_name": "string",
"station_type": "string",
"action": "string",
"description": "string",
"next": 0,
"next_type": 0,
"next_name": "string",
"phone": "string",
"signer": "string",
"status": "string",
"city": "string",
"next_city": "string"
}
]
}
}