{
"orderStatus": 0,
"receivingType": 0,
"goodsName": "string"
}
curl --location --request POST '/appMark/goodsOrder/allOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderStatus": 0,
"receivingType": 0,
"goodsName": "string"
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}