增加短剧视频列表请求接口
This commit is contained in:
parent
552a43b4e5
commit
2bacc63e85
|
|
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue