30
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user