curl --location --request GET '/adminapi/order.order_refund/logLists?id=' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"sn": "202209091755550164",
"refund_amount": "0.01",
"refund_status": 1,
"create_time": "2022-09-09 17:56:24",
"operator_id": 1,
"type": 2,
"operator_desc": "超级管理员",
"refund_status_desc": "退款成功"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}