{
"id": "451822364475648",
"status": 3,
"logisticsCompany": "顺丰速运",
"logisticsOrderNo": "1234567890"
}
curl --location --request POST '/order/status/update' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "451822364475648",
"status": 3,
"logisticsCompany": "顺丰速运",
"logisticsOrderNo": "1234567890"
}'
{
"code": 0,
"message": "success"
}