{
"appKey": "string",
"appSecret": "string",
"sign": "string",
"customerOrderNo": "string"
}curl --location 'https://openapi.dajisaas.com/poizonV2/order/queryLogisticsTrace' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "string",
"appSecret": "string",
"sign": "string",
"customerOrderNo": "string"
}'{
"code": 200,
"message": "success",
"data": {
"customerOrderNo": "OA00835379",
"distOrderNo": "913033-OA00835379",
"userName": "张三",
"userId": "U1",
"subOrderTraceInfo": [
{
"distSubOrderNo": "913033-OA00835379_1",
"dwSkuId": "67890",
"distSkuId": "D67890",
"heardLogisticTraceInfo": {
"waybillNo": "WB1",
"courierName": "",
"courierPhone": "",
"arrivalTime": "",
"trackNodeInfos": [
{
"node": "N1",
"opeTitle": "已揽收",
"desc": "",
"time": "",
"deliveryDate": "",
"location": {}
}
]
},
"tailLogisticTraceInfo": {
"waybillNo": "WB2",
"courierName": "SF",
"courierPhone": "95338",
"arrivalTime": "",
"trackNodeInfos": [
{
"node": "N2",
"opeTitle": "派送中",
"desc": "",
"time": "",
"deliveryDate": "",
"location": {}
}
]
}
}
]
},
"timestamp": 1767000000123,
"traceId": "abc123",
"cost": 90
}