This commit is contained in:
duanliang
2025-04-17 20:18:38 +08:00
parent d7eeea3efe
commit 09dcabadda
23 changed files with 1302 additions and 269 deletions

View File

@@ -15,6 +15,22 @@ export function getColletListApi(data) {
data
})
}
// 自定义视频列表
export function getColletDiyListApi(data) {
return request({
url: '/fjtcc-api/api/largeScreen/video/diyList',
method: 'post',
data
})
}
// 自定义视频列表收藏
export function getColletDiyApi(data) {
return request({
url: '/fjtcc-api/api/largeScreen/video/diy',
method: 'get',
params: data
})
}
// 核心景区视频
export function getVideoListApi(data) {
return request({