|
@@ -8,7 +8,10 @@ import { httpAxios_gyt } from "@/api/ApiInstance"
|
|
|
export const getCoursewarePlayTime_gyt = (id: string) => {
|
|
|
return httpAxios_gyt.axioseRquest({
|
|
|
method: "post",
|
|
|
- url: "/api-teacher/courseSchedule/getCoursewarePlayTime?courseScheduleId=" + id
|
|
|
+ url: "/api-teacher/courseSchedule/getCoursewarePlayTime?courseScheduleId=" + id,
|
|
|
+ params: {
|
|
|
+ playFrom: "WEB"
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 记录时间
|