소스 검색

接口测试修改

任敬轩 2 년 전
부모
커밋
1dac1c2a02
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  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);
     }
 
     //直播列表