accessToken: ********************{
"orderNo": "string"
}curl --location 'https://openapi.qunjielong.com/open/api/order/single/query_refund_record?accessToken=%3Capi-key%3E' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"orderNo": "string",
"refundRecordDetailList": "Lists.newArrayList()"
},
"traceId": "string"
}