Explorar el Código

金家渠内网摄像头链接

任敬轩 hace 2 años
padre
commit
5711e8f660
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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{