注册
POST
/register
接口描述
注册
请求参数
参数名
类型
描述
必填
username
string
用户名
必填
phone
string
手机
必填
password
string
密码
必填
响应参数
参数名
类型
描述
必填
status
int
状态: 0:注册成功 ,1:用户名已存在 2:手机已存在
必填
user
object
用户,若注册成功,返回该用户
必填