Browse Source

金家渠内网摄像头链接

任敬轩 2 years ago
parent
commit
27e0d85981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Camera/Services/CameraServices.php

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

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