获取自己的账户信息
GET
/api/v1/account
接口描述
获取当前登录用户的账户信息
响应参数
参数名
类型
描述
必填
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
最后修改日期
必填
paid_count
int
付款笔数
必填
unpaid_count
int
未付款笔数
必填