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