注册
POST
localhost:8086/user/regist
请求参数
参数名
类型
描述
必填
account
String
用户名
必填
password
String
密码
必填
password1
String
确认密码,以上均为6-10个字符长度
必填
注册成功响应参数
参数名
类型
描述
必填
message
string
示例:注册成功,请登录!
必填
data
object
示例:null
必填
code
int
示例:200
必填
注册失败响应参数
参数名
类型
描述
必填
message
string
示例:注册失败,用户已经存在或字段不规范!
必填
data
object
示例:null
必填
code
int
示例:955
必填