quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
admin/app/api/controller/product/Product.php
@@ -39,7 +39,7 @@
                $param['category_id']=197;
            }
        }
        $param['is_gift_pack'] = 0;
        // 获取列表数据
        $model = new ProductModel;
        $list = $model->getList($param, $this->getUser(false));