文档
测试

获取用户列表

POST
http://localhost:8089/his/user/all.do

接口描述

获取用户列表

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
可选
data
String
数据
可选

成功的返回示例

{"status":200,"data":[{"id":1,"userName":"bianque","realName":null,"useType":null,"constantName":"主任医师","deptName":"心血管内科","registerName":"专家号"},{"id":2,"userName":"fwb","realName":null,"useType":null,"constantName":"主治医师","deptName":"心血管内科","registerName":"普通号"},{"id":3,"userName":"hqb","realName":null,"useType":null,"constantName":"主治医师","deptName":"心血管内科","registerName":"普通号"},{"id":4,"userName":"huatuo","realName":null,"useType":null,"constantName":"主任医师","deptName":"神经内科","registerName":"专家号"},{"id":5,"userName":"xll","realName":null,"useType":null,"constantName":"主治医师","deptName":"神经内科","registerName":"普通号"},{"id":6,"userName":"adq","realName":null,"useType":null,"constantName":"主治医师","deptName":"神经内科","registerName":"普通号"},{"id":8,"userName":"dd","realName":null,"useType":null,"constantName":"住院医师","deptName":"感染内科","registerName":"普通号"},{"id":9,"userName":"root","realName":null,"useType":null,"constantName":"主任医师","deptName":"心血管内科","registerName":"专家号"},{"id":10,"userName":"ghy","realName":null,"useType":null,"constantName":"主任医师","deptName":"心血管内科","registerName":"专家号"},{"id":11,"userName":"admin","realName":null,"useType":null,"constantName":"主任医师","deptName":"心血管内科","registerName":"专家号"}]}

失败的返回示例

当前登录用户没有权限