视频详情页面代码更新
This commit is contained in:
8
api/video/index.js
Normal file
8
api/video/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import http from '@/http/http.js'
|
||||
|
||||
//获取短剧视频详情
|
||||
export function getVideoDetail(data) {
|
||||
return http.request({
|
||||
url: 'course/courseSets?courseId='+data.courseId,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user