获取当前用户的今日日程

This commit is contained in:
HuangXinQuan
2026-02-10 17:25:32 +08:00
parent ca9b145d3e
commit 2a5a157c57
5 changed files with 75 additions and 7 deletions

View File

@@ -8,6 +8,14 @@ export function getTodayDoctorScheduleList() {
})
}
// 获取当前登录医生今日排班列表
export function getTodayMySchedule() {
return request({
url: '/doctor-schedule/today-my-schedule',
method: 'get'
})
}
// 获取医生排班列表
export function getDoctorScheduleList() {
return request({