This commit is contained in:
duanliang
2025-04-30 19:16:44 +08:00
parent 0ddeae72cc
commit e45df9eec5
4 changed files with 278 additions and 1 deletions

View File

@@ -99,4 +99,12 @@ export function getSpotTicketDate(data) {
method: 'get',
params: data
})
}
// 景区排队数据
export function getSpotVideoEvents(data) {
return request({
url: '/fjtcc-api/api/largeScreen/spot/videoEvents',
method: 'post',
data
})
}