普通用户注册
POST
/user/register
接口描述
普通个人用户的注册接口
请求参数
参数名
类型
描述
必填
UserRegisterVo
UserRegisterVo
该vo用来接收页面注册传递的所有数据
必填
响应参数
参数名
类型
描述
必填
code
int
0成功,其他均为失败
必填
msg
String
提示用户的信息(成功,失败,验证码错误....)
必填