类型:开发

描述:
This commit is contained in:
2026-01-23 00:06:29 +08:00
parent 72fcf0b531
commit be75778018

View File

@@ -50,6 +50,9 @@ export function getRegionsListApi(data){
// 获取视频播放地址
export function getPreviewUrlApi(data) {
if(data.cameraIndexCode==undefined || !data.cameraIndexCode){
return null;
}
return request({
url: '/fjtcc-api/api/largeScreen/video/getPreviewUrl',
method: 'post',