{
"params": {
"mai_num": "string"
}
}
curl --location --request POST '/logisticscenter/traceinfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"mai_num": "string"
}
}'
{
"custom": {
"code": 0,
"text": "string",
"responseItems": [
{
"traceNo": "string",
"opTime": "string",
"opOrgProvName": "string",
"opOrgCity": "string",
"opOrgCode": "string",
"opOrgName": "string",
"opCode": "string",
"opDesc": "string",
"deliverCode": "string",
"attemptDeliveryCode": "string"
}
]
},
"status": {
"code": 0,
"text": "string"
}
}