curl --location --request GET '/adminapi/order.order_refund/logLists?id' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 6,
"sn": "202212021758577481",
"refund_amount": "10.00",
"refund_status": 0,
"create_time": "2022-12-02 17:58:57",
"operator_id": 1,
"type": 2,
"operator_desc": "admin",
"refund_status_desc": "退款中"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}