文档
测试

用户查询

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

接口描述

用户查询

响应参数

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

失败的返回示例

ResponseCode{ status=100, msg='没有任何角色', data='null'

成功的返回数据

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