增加视频播放开始和结束请求

This commit is contained in:
2025-01-14 10:50:13 +08:00
parent aeb81fd2e5
commit acf20d8f71
2 changed files with 49 additions and 1 deletions

View File

@@ -118,4 +118,13 @@ export function getDrawCount(data){
method:'GET',
data
})
}
//播放开始或者结束
export function playStatus(data){
return http.request({
url: 'course/viewCourse',
method:'GET',
data
})
}