accessToken: ********************{
"orderNoList": [
"string"
]
}curl --location --request POST 'https://openapi.qunjielong.com/open/api/order/multi/query_refund_record?accessToken=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNoList": [
"string"
]
}'{
"code": 0,
"msg": "string",
"data": [
{
"orderNo": "string",
"refundRecordDetailList": "Lists.newArrayList()"
}
],
"traceId": "string"
}