{
"reqVOs": [
{
"trackingNo": "92124903630795109725262976",
"specificationInfos": [
{
"type": "weight",
"specification": 11
}
]
}
]
}curl --location --request POST 'https://im.imgloballlc.cn/prod-api/openapi/ots_order/update/order/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqVOs": [
{
"trackingNo": "92124903630795109725262976",
"specificationInfos": [
{
"type": "weight",
"specification": 11
}
]
}
]
}'{
"code": 200,
"msg": null,
"data": {
"refundStatusDetailList": [
{
"trackingNo": "92124903630795109725262976",
"message": null,
"result": "success"
}
]
}
}