|
@@ -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{
|