查看用户信息
GET
/api/v1/user/show
接口描述
查看用户详情接口
请求参数
参数名
类型
描述
必填
id
int
用户ID
必填
响应参数
参数名
类型
描述
必填
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
最后修改日期
必填