文档
测试

更新用户

GET
/api/v1/user/update

接口描述

更新用户接口

请求参数

参数名
类型
描述
必填
id
int
用户ID
必填
pid
int
上级ID
必填
email
string
邮箱
必填
mobile
string
手机号
必填
ip
string
登录IP,为空则不限制IP
可选
topup
float
充值费率
必填
topup_type
int
充值费率类型(1:每笔,2:费率)
必填
pay
float
代付费率
必填
pay_type
int
代付费率类型(1:每笔,2:费率)
必填