{
"orderCode": "string",
"receiverName": "string"
}
curl --location --request POST '/back/expediting/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderCode": "string",
"receiverName": "string"
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}