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