|
@@ -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);
|
|
|
}
|
|
|
|