Authorization: Bearer ********************
{
"refundCode": "string",
"applyId": "string",
"serviceOrderCode": "string",
"serviceName": "string",
"receiverName": "string",
"receiverPhone": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"refundStatus": 0,
"userId": 0,
"cityVOS": [
{
"id": 0,
"name": "string",
"parentId": 0,
"level": 0
}
]
}
curl --location --request POST '/back/service/refund/apply/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundCode": "string",
"applyId": "string",
"serviceOrderCode": "string",
"serviceName": "string",
"receiverName": "string",
"receiverPhone": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"refundStatus": 0,
"userId": 0,
"cityVOS": [
{
"id": 0,
"name": "string",
"parentId": 0,
"level": 0
}
]
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}