curl --location --request GET '/api/account_log/lists?change_object&action=' \
--header 'token;'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 4,
"change_amount": "100.00",
"change_type": 203,
"remark": "",
"create_time": "2022-12-06 17:11:54",
"action": 2,
"change_type_desc": "提现失败返还可提现金额"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}