文档
测试

查询所有的排班

GET
http://localhost:8081/sch/all.do

响应参数

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

成功的示例

{ "status": 200, "data": [ { "id": 54, "schedulingDate": "2019-03-31 16:00:00", "deptName": "心血管内科", "userName": "bianque", "noon": "上午", "registerLevelName": "专家号", "registerQuota": 20 }]}

失败的示例

ResponseCode{status=100, msg='该用户不存在', data=null}