日历修改
This commit is contained in:
@@ -371,4 +371,15 @@ export async function getliveinfo(id: number){
|
||||
const liveinfo = (await get<LiveInfo>(`live/${id}`)).data;
|
||||
const studentlist = (await get<StudentList[]>("studentLive",{id})).data;
|
||||
return {...liveinfo,studentlist}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 直播日历
|
||||
*/
|
||||
|
||||
|
||||
|
||||
export async function getdatelist(start: string, end: string) {
|
||||
return (await get("teacherCalendar")).data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user