类型:开发
描述:
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user