管理员注册
POST
http://localhost:8080/portal/user/register.do
请求参数
参数名
类型
描述
必填
username
String
用户名
必填
password
String
密码
必填
question
String
密保问题
必填
answer
String
密保答案
必填
phone
String
手机号
必填
email
String
邮箱
必填
响应参数
参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
返回信息
必填