文档
测试

获取用户列表

GET
/api/v1/user

接口描述

用户管理首页列表接口

请求参数

参数名
类型
描述
必填
page
int
页码,默认1
可选
per_page
int
每页数量,默认20
可选
username
string
要查找的 用户名 ,可为空
可选

响应参数

参数名
类型
描述
必填
id
int
数据ID
必填
pid
int
上级ID
必填
username
string
用户名
必填
balance
float
余额
必填
email
string
邮箱
必填
mobile
string
手机号
必填
ip
string
登录IP
必填
topup
float
充值费率
必填
topup_type
int
充值费率类型(1:每笔,2:费率)
必填
pay
float
代付费率
必填
pay_type
int
代付费率类型(1:每笔,2:费率)
必填
role
int
用户类型
必填
status
int
状态
必填
created_at
datetime
创建日期
必填
updated_at
datetime
最后修改日期
必填