This commit is contained in:
duanliang
2025-04-30 14:53:59 +08:00
parent 98afb9398a
commit 116271fc1d
3 changed files with 224 additions and 7 deletions

View File

@@ -91,3 +91,12 @@ export function getBaiduMapCrowdedApi(data) {
params: data
})
}
// 订票弹窗
export function getSpotTicketDate(data) {
return request({
url: '/fjtcc-api/api/largeScreen/spot/ticketDate',
method: 'get',
params: data
})
}