注册用户
POST
register
接口描述
App用户注册请求
请求头
参数名
类型
描述
必填
content-type
string
application/json
必填
请求参数
application/json参数名
类型
描述
必填
userNickname
String
用户昵称
必填
userPhone
String
用户手机号
必填
userPwd
String
密码
必填
yzm
Integer
验证码
必填
成功返回
application/json参数名
类型
描述
必填
code
int
获取数据成功后返回状态码200
可选
msg
String
获取数据成功后返回成功提示
可选
失败返回
application/json参数名
类型
描述
必填
code
int
失败后返回状态码500
可选
msg
String
失败后返回失败提示
可选
code
int
失败后返回状态码500
必填