feat 游客总数弹窗
This commit is contained in:
@@ -131,4 +131,12 @@ export function getVideCollectCateSort(data) {
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
//今年游客总数
|
||||
export function getSpotVisitor(data) {
|
||||
return request({
|
||||
url: '/fjtcc-api/api/largeScreen/spot/spotVisitor',
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user