417
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user