Przeglądaj źródła

金家渠内网摄像头链接

任敬轩 2 lat temu
rodzic
commit
5711e8f660
1 zmienionych plików z 1 dodań i 1 usunięć
  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_hk = $haikang->getCamerasUrl()
+        $result_hk = $haikang->getCamerasUrl();
         if ($result_hk['data']['url']) {
             $result['data'] = ['camera_id' => $camera_id,'url' => $result_hk['data']['url']];
         }else{