文档
测试

获取用户列表

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

接口描述

获取用户列表

响应参数

参数名
类型
描述
必填
status
Interger
状态码
必填
mag
String
用户名
可选
data
String
数据
可选

成功案例

{"status":200,"data":[{"id":1,"userName":"bianque","realName":"扁鹊","useType":null,"constantName":"主任医师","deptName":"心血管内科"}]}

失败案例

ResponseCode{status=200, msg='null', data=用户注册失败}