|
@@ -47,7 +47,7 @@ class TestsController {
|
|
|
// $this->address();
|
|
|
|
|
|
//区域下摄像头接口测试
|
|
|
-// $this->camera_list();
|
|
|
+ // $this->camera_list();
|
|
|
|
|
|
//区域列表接口测试
|
|
|
// $this->mine_list();
|
|
@@ -61,7 +61,7 @@ class TestsController {
|
|
|
|
|
|
//区域下摄像头接口测试
|
|
|
public function camera_list(){
|
|
|
- $result = CameraServices::getHaiKangCamera(968, '154ddc6b-59eb-4c6d-aa9f-9af06cdf6c0c', CameraEnum::CAMERA_TYPE_ALL);
|
|
|
+ $result = CameraServices::getHaiKangCamera(968, '64018112582160000010', CameraEnum::CAMERA_TYPE_ALL);
|
|
|
dd($result);
|
|
|
}
|
|
|
|