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

+ 2 - 0
controllers/IndexController.php

@@ -312,6 +312,8 @@ class IndexController extends \app\controllers\HomeController
       $data=[];
       foreach($chunks as $arr){
         $goals=$ga->goals($store,$arr,$start_day,$end_day);
+        echo "<pre>";
+        print_r($goals);exit;
         $data= empty($data)?$goals:array_merge_recursive($data,$goals);
       }
       $this->json(1,$data);