增加短剧视频列表请求接口

This commit is contained in:
YeMingfei666 2025-01-07 17:24:59 +08:00
parent 552a43b4e5
commit 2bacc63e85
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ import http from '@/http/http.js'
export function getVideoDetail(data) {
return http.request({
url: 'course/courseSets?courseId='+data.courseId,
data
})
}