chengwl 4 năm trước cách đây
mục cha
commit
2978f0c71a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/GA.php

+ 1 - 1
lib/GA.php

@@ -40,7 +40,7 @@ class GA{
         ];
         $VIEW_ID = $this->getViewId($dp);//
         $reports=$this->getReport($VIEW_ID,$analytics,$metricsArr,$dimensionArr);
-        $result=$this->getResults();
+        $result=$this->getResults($reports);
         echo "</pre>";
         print_r($result);exit;