wupengfei 2 年之前
父节点
当前提交
94c14b8a67
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      application/api/controller/Qc.php

+ 2 - 3
application/api/controller/Qc.php

@@ -29,9 +29,8 @@ class Qc extends Base {
 
     public function index()
     {
-       $red = ReductionActivity::getReduction(750);
-       $re2 = ReductionActivity::getReduction(95);
-       var_dump($red,$re2);
+       $goods_info =  StoreGoods::with(['itemList','param'])->where('id',34)->find()->toArray();
+       $this->success('',$goods_info);
     }