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

This commit is contained in:
2025-01-07 17:24:59 +08:00
parent 552a43b4e5
commit 2bacc63e85

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
})
}