feat:完善功能
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user