accessToken: ********************[
{
"logisticsNo": "string",
"trackInfoList": [
{
"time": "string",
"context": "string",
"ftime": "string",
"status": "string",
"statusCode": 0
}
]
}
]curl --location --request POST 'https://openapi.qunjielong.com/open/api/order/open_up_track?accessToken=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"logisticsNo": "string",
"trackInfoList": [
{
"time": "string",
"context": "string",
"ftime": "string",
"status": "string",
"statusCode": 0
}
]
}
]'{
"code": 0,
"msg": "string",
"data": true,
"traceId": "string"
}