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