chengwl 4 năm trước cách đây
mục cha
commit
5f16607d04
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      controllers/IndexController.php

+ 2 - 0
controllers/IndexController.php

@@ -84,6 +84,8 @@ class IndexController extends Controller
                 $response = $this->getReport($analytics,$metric);
                 // $this->printResults($response);
                 $data=$this->getResults($response);
+                echo "<pre>";
+                print_r($data);
                 if(!empty($data)){
                     $res=empty($res)?$data:array_merge_recursive($res,$data);
                 }