文档
测试

查询所有医生排班

POST
http://localhost:8086/his/sch/all.do

请求参数

参数名
类型
描述
必填
String
密码
必填

响应参数

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

成功示例

ResponseCode{status=200, msg='null', data=User{id=8, username='Liang', upassword='123456', phonenumber=0}}

失败示例

ResponseCode {status=100,data=null,msg='用户登录失败'}