{
"uuid":"12121222222",
"param": {
"orderId":[1]
}
}
curl --location --request POST '/commonApi/wsr/getOrderDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid":"12121222222",
"param": {
"orderId":[1]
}
}'
{
"actionMsg": null,
"code": 0,
"data": [
{
"orderNo": "PO20250904000134",
"orderId": 1,
"trackNo": "000000066"
}
],
"errorMsg": null,
"msg": "成功",
"msgCode": null,
"solution": null
}