curl --location --request GET '/api/withdraw/lists' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 114,
"type": 5,
"type_desc": "支付宝收款码",
"money": "5.00",
"create_time": "2021-08-06 18:09:13",
"status": 1,
"status_desc": "待提现",
"audit_remark": null
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}