{
"orderNumberS": [
"string"
],
"appSource": "string",
"pageNo": 1,
"pageSize": 30
}
curl --location --request POST '/pc/exp/batchQryExpOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNumberS": [
"string"
],
"appSource": "string",
"pageNo": 1,
"pageSize": 30
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}