소스 검색

金家渠内网摄像头链接

任敬轩 2 년 전
부모
커밋
27e0d85981
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Modules/Camera/Services/CameraServices.php

+ 1 - 1
Modules/Camera/Services/CameraServices.php

@@ -1751,7 +1751,7 @@ class CameraServices
             ]
         );
         $haikang   = new HaiKangController();
-        $result['url'] = $haikang->getCamerasUrl();
+        $result['data'] = ['camera_id' => $camera_id,'url' => $haikang->getCamerasUrl()];
 
         return $result;
     }