feat:完善功能

This commit is contained in:
zjc
2025-01-20 04:09:56 +08:00
parent 46c737fb93
commit 65244492b4
40 changed files with 2303 additions and 797 deletions

View File

@@ -17,6 +17,15 @@ export function getVideoListApi(data) {
})
}
// 刷新播放地址
export function getPreviewUrlApi(data) {
return request({
url: '/fjtcc-api/api/largeScreen/video/getPreviewUrl',
method: 'post',
data
})
}
// 刷新播放地址
export function postRefreshApi(data) {
return request({
@@ -34,6 +43,15 @@ export function getSpotListApi() {
})
}
// 百度地图详情
export function getBaiduMapApi(data) {
return request({
url: '/fjtcc-api/api/largeScreen/spot/baiduMap',
method: 'get',
params: data
})
}
// 百度地图拥堵
export function getBaiduMapCrowdedApi(data) {
return request({