酒店接口对接 bug修改

This commit is contained in:
duanliang
2025-03-21 10:58:42 +08:00
parent a955e27665
commit a49b10e3fa
6 changed files with 653 additions and 15 deletions

View File

@@ -16,6 +16,14 @@ export function getVideoListApi(data) {
data
})
}
// 获取区域摄像头
export function getRegionsListApi(data){
return request({
url: '/fjtcc-api/api/largeScreen/video/regions/page',
method: 'post',
data
})
}
// 获取视频播放地址
export function getPreviewUrlApi(data) {