Browse Source

接口测试修改

任敬轩 2 years ago
parent
commit
1dac1c2a02
1 changed files with 10 additions and 1 deletions
  1. 10 1
      app/Http/Controllers/TestsController.php

+ 10 - 1
app/Http/Controllers/TestsController.php

@@ -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);
     }
 
     //直播列表