文档
测试

提现记录

POST
index.php/api/withdraw/get_list

请求参数

参数名
类型
描述
必填
token
string
token
必填
page
number
当前页数,默认=1
必填
limit
number
每页条数,默认=10
必填

说明 / 示例

{ "code": 1, "msg": "操作成功", "data": { "total": 1, "list": [ { "id": 1, "type": 1, "typeWord": "支付宝", "status": 0, "statusWord": "审核中", "number": -1.1, "time": "2021.03.11 10:15:18" } ], "total_page": 1, "success": 0,//已结算金额 "un_balance": 0,//未结算收益 }, "url": "/index.php/api/withdraw/get_list.html", "wait": 3 }