feat 游客总数弹窗

This commit is contained in:
duanliang
2026-01-20 15:07:30 +08:00
parent 402e3c6e09
commit cbedd59743
2 changed files with 146 additions and 4 deletions

View File

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