添加用户
POST
/api/user/addUser
请求头
参数名
类型
描述
必填
token
String
用户token
必填
请求参数
响应参数
参数名
类型
描述
必填
code
int
操作状态:添加成功:200;用户已存在:400
必填
msg
String
操作提示
必填