|
@@ -40,7 +40,7 @@ class TestsController {
|
|
// $this->camera_list();
|
|
// $this->camera_list();
|
|
|
|
|
|
//根据区域编号获取下一级区域列表
|
|
//根据区域编号获取下一级区域列表
|
|
-// $this->child_mine_list();
|
|
|
|
|
|
+ $this->child_mine_list();
|
|
|
|
|
|
//区域列表接口测试
|
|
//区域列表接口测试
|
|
// $this->mine_list();
|
|
// $this->mine_list();
|
|
@@ -60,7 +60,7 @@ class TestsController {
|
|
|
|
|
|
//根据区域编号获取下一级区域列表
|
|
//根据区域编号获取下一级区域列表
|
|
public function child_mine_list(){
|
|
public function child_mine_list(){
|
|
- $result = MineServices::getChildArea(968, 4275 ,CameraEnum::REQUEST_TYPE_LOCAL);
|
|
|
|
|
|
+ $result = MineServices::getChildArea(968, 5842 ,CameraEnum::REQUEST_TYPE_LOCAL);
|
|
dd($result);
|
|
dd($result);
|
|
}
|
|
}
|
|
|
|
|