add 1
This commit is contained in:
@@ -107,4 +107,28 @@ export function getSpotVideoEvents(data) {
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
// 徒步客流统计
|
||||
export function getSpotPassengerFlow(data) {
|
||||
return request({
|
||||
url: '/fjtcc-api/api/largeScreen/spot/passengerFlow',
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
// 收藏视频
|
||||
export function getVideCollectCate(data) {
|
||||
return request({
|
||||
url: '/fjtcc-api/api/largeScreen/video/collectCate',
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
// 收藏排序
|
||||
export function getVideCollectCateSort(data) {
|
||||
return request({
|
||||
url: '/fjtcc-api/api/largeScreen/video/collectCateSort',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
@@ -73,3 +73,10 @@ export function getSpotListApi() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
// 景区列表
|
||||
export function getGsdataDetailApi(data) {
|
||||
return request({
|
||||
url: `/fjtcc-api/api/largeScreen/gsdata/detail/${data}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user