|
@@ -338,6 +338,8 @@ class IndexController extends \app\controllers\HomeController
|
|
'date'=>['start_at'=>$start_day,'end_at'=>$end_day]
|
|
'date'=>['start_at'=>$start_day,'end_at'=>$end_day]
|
|
];
|
|
];
|
|
$productInfo=$ga->getData($storeConfig);
|
|
$productInfo=$ga->getData($storeConfig);
|
|
|
|
+ echo "<pre>";
|
|
|
|
+ print_r($productInfo);exit;
|
|
$this->json(1,$productInfo);
|
|
$this->json(1,$productInfo);
|
|
}
|
|
}
|
|
|
|
|