{
"refundNo": "string",
"receiverParkCode": "string"
}curl --location -g --request POST 'http://testlpn.ebopark.com/Recovery/RefundRecoveryQuery?partnerid=test&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundNo": "string",
"receiverParkCode": "string"
}'{
"state": 0,
"total": 0,
"desc": "string",
"result": {
"refundNo": "string",
"status": 0
}
}