@@ -37,10 +37,19 @@ class TestsController {
// $this->token();
//乐橙直播列表
- $this->list();
+// $this->list();
//根据序列号获取直播地址和直播状态
// $this->address();
+
+ //区域下摄像头接口测试
+ $this->camera_list();
+ }
+ public function camera_list(){
+ $result = CameraServices::getHaiKangCamera(968, '64018155582160000009', CameraEnum::CAMERA_TYPE_ALL);
+ dd(123);
}
//直播列表