{
"erpNoList": [
"string"
]
}
curl --location --request POST '/api/order/batchGet' \
--header 'Content-Type: application/json' \
--data-raw '{
"erpNoList": [
"string"
]
}'
{
"code": 0,
"message": "",
"data": [
{
"customerNo": "",
"orderNo": "",
"erpNo": "",
"trackingNo": "",
"status": 0,
"interceptStatus": 0,
"errorMsg": ""
}
],
"requestId": ""
}