文档
测试

获取科室列表

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

接口描述

获取科室列表

响应参数

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

成功的返回示例

ResponseCode{status=200, msg='null', data=User{id=5, username='dd', upassword='123', phonenumber=123456}}

失败的返回示例

ResponCode{status=100, data=null, msg="用户登录失败"}