企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
#预约列表-获取医生一周内的时间段 请求地址 :http://trd.huangguaxiong.com/home/index/getallsource?id=10017 请求参数: | 参数 | 必要 | 注释| | --- | --- | --- | | id| 是 | 医生id | 响应参数 参数 | 必要 | 注释| | --- | --- | --- | | time| 是 | 时间日期 (特别注意时间格式:2019-02-28| | week| 是 | 星期 | status| 是 | 1是有,2是没有 成功 ~~~ {"code":200,"data":[{"time":"2020-04-08","status":1},{"time":"2020-04-09","status":1},{"time":"2020-04-10","status":1},{"time":"2020-04-11","status":1},{"time":"2020-04-12","status":1},{"time":"2020-04-13","status":1},{"time":"2020-04-14","status":2}],"msg":"获取数据成功"} ~~~ 失败 ~~~ {"code":500,"data":"","msg":"无数据"} ~~~