文档
测试

获取用户列表

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

接口描述

获取用户列表

响应参数

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

成功 示例

{ "status": 200, "data":[ {"id": 1, "userName": "bianque", "realName": "扁鹊", "useType": null,…}, {"id": 2, "userName": "fwb", "realName": "范无病", "useType": null,…}, {"id": 3, "userName": "hqb", "realName": "霍去病", "useType": null,…}, {"id": 4, "userName": "huatuo", "realName": "华佗", "useType": null,…}, {"id": 5, "userName": "xll", "realName": "喜来乐", "useType": null,…}, {"id": 6, "userName": "adq", "realName": "安道全", "useType": null,…}, {"id": 8, "userName": "dd", "realName": "单独", "useType": null,…}, {"id": 9, "userName": "root", "realName": "ROOT", "useType": null,…}, {"id": 10, "userName": "ghy", "realName": "挂号收费员", "useType": null,…}, {"id": 11, "userName": "admin", "realName": "医院管理员", "useType": null,…} ] }

失败示例

当前登录用户没有权限