curl --location --request GET '/api/withdraw/lists' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 3,
"sn": "202305251549214013",
"money": "0.20",
"left_money": "0.20",
"handling_fee": "0.00",
"account": "qwe",
"create_time": "2023-05-25 15:49:21",
"type_desc": "支付宝",
"status_desc": "提现中",
"handling_fee_ratio": "0%"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}