登陆页面注册用户
POST
/auth/register/
接口描述
在登陆页面上点击的注册事件(表单)
请求头
参数名
类型
描述
必填
Content-Type
multipart/form-data
必填
请求参数
参数名
类型
描述
必填
username
string
用户名
必填
password
string
密码
必填
email
string
邮箱
必填
响应参数
参数名
类型
描述
必填
code
int
成功为1失败为0
必填
data
string
返回信息(用户xx注册成功、用户xx已经注册过、用户xx注册失败,具体信息xxx)
必填