curl --location --request GET '/back/apply/list'
{
"total": 0,
"rows": [
{
"id": 0,
"goodsOrderId": 0,
"refundCode": "string",
"goodsOrderCode": "string",
"receiverName": "string",
"receiverPhone": "string",
"goodsName": "string",
"refundType": 0,
"refundStatus": 0,
"createTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}