curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/wallet/refundApply?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundFee": 1,
"outRefundNo": "2345",
"outTradeNo": "PI_1557717057098"
}'
{
"result": {
"refundStatus": "string"
},
"code": 0,
"message": "string",
"messageUuid": "string",
"apiMessage": null
}