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

+ 1 - 1
controllers/IndexController.php

@@ -78,7 +78,7 @@ class IndexController extends Controller
             'productCheckouts'=>"ga:productCheckouts",
           ];
           $i=1;
-          $datas=array_chunk($metrics,10,true);
+          $datas=array_chunk($metrics,3,true);
           foreach($datas as $data){
                 $response = $this->getReport($analytics,$data);