curl --location --request GET '/adminapi/order.order/refundOperationLists?id' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"sn": "string",
"actual_price": "string",
"pay_time": "string",
"order_category_desc": "string",
"refund_amount": 0
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}