4. 新增用户
POST
/user/addUser
请求头
参数名
类型
描述
必填
token
string
token
必填
请求参数
参数名
类型
描述
必填
aid
integer
用户aid(为空)
必填
account
string
账号
必填
name
string
用户名
必填
gender
integer
性别
必填
phone
string
手机号
必填
email
string
邮箱
必填
address
string
地址
必填
marital_status
integer
婚姻状况
必填
响应参数
参数名
类型
描述
必填
code
integer
响应码
必填
message
string
响应消息
必填