Browse Source

skuinfo test

chengwl 4 years ago
parent
commit
9672414f41
1 changed files with 2 additions and 1 deletions
  1. 2 1
      controllers/IndexController.php

+ 2 - 1
controllers/IndexController.php

@@ -214,7 +214,8 @@ class IndexController extends \app\controllers\HomeController
       $start_day=$request->get('start', date('Y-m-d',time()-3600*24*8));
       $end_day = $request->get('end', date('Y-m-d',time()-3600*24));
       $skuinfo=$ga->skuinfo($sku,$store,$start_day,$end_day);
-      dd($skuinfo);
+      echo "<pre>";
+      print_r($skuinfo);exit;