{
"refundStatus": 0,
"name": "string",
"appUserId": 0
}
curl --location --request POST '/appMark/goodsOrder/refundOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundStatus": 0,
"name": "string",
"appUserId": 0
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}