保存新增用户
POST
http://192.168.124.54:8081/user/saveUser
请求参数
参数名
类型
描述
必填
t.user_name
String
用户名称
必填
t.telphone
String
手机号码
必填
t.password
String
密码
必填
t.name
String
真实姓名
必填
t.email
String
邮箱号码
必填
t.role_id
String
角色id
必填
t.company_id
Number
机构id
必填
t.status
String
正常/禁用
必填
响应参数
参数名
类型
描述
必填
code
String
code
必填
msg
String
msg
必填