chengwl 4 tahun lalu
induk
melakukan
ada1a65516
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      controllers/IndexController.php

+ 1 - 1
controllers/IndexController.php

@@ -335,7 +335,7 @@ class IndexController extends \app\controllers\HomeController
         ],
         'date'=>['start_at'=>$start_day,'end_at'=>$end_day]
       ];
-      $productInfo=$ga->productInfo($storeConfig);
+      $productInfo=$ga->getData($storeConfig);
       $this->json(1,$productInfo);      
     }