用户注册(register)
POST
http://localhost:520/api/register
请求参数
参数名
类型
描述
必填
userName
string
示例:aiwa 注册用户名
必填
password
string
示例:123456 密码
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:sucess
必填
id
int
示例:1
必填
userName
string
示例:aiwa
必填
nickname
string
示例:aiwa
必填
nameUpdateDate
string
示例:2020-11-19T09:58:04.000Z
必填
phone
string
示例:15363398328
必填
image
string
示例:xxx
必填
email
string
示例:1348844909@qq.com
必填
account
string
示例:940392A
必填
bindWx
boolean
示例:false
必填
created_at
string
示例:2020-11-19T15:09:11.000Z
必填
updated_at
string
示例:2020-11-19T15:09:11.000Z
必填