增加短剧视频列表请求接口
This commit is contained in:
@@ -4,5 +4,6 @@ import http from '@/http/http.js'
|
|||||||
export function getVideoDetail(data) {
|
export function getVideoDetail(data) {
|
||||||
return http.request({
|
return http.request({
|
||||||
url: 'course/courseSets?courseId='+data.courseId,
|
url: 'course/courseSets?courseId='+data.courseId,
|
||||||
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user