curl --location --request GET '/back/service/refund/apply/'
{
"code": 0,
"msg": "string",
"data": {
"applyId": 0,
"serviceOrderCode": "string",
"serviceName": "string",
"serviceDetails": "string",
"refundCode": "string",
"refundType": 0,
"refundReason": "string",
"refundStatus": 0,
"refundAmount": 0,
"createTime": "2019-08-24T14:15:22Z",
"refundServiceAmount": 0,
"refundRefuseReason": "string",
"imageList": [
{
"refundCode": "string",
"imageUrl": "string"
}
]
}
}