Commit e6a6836b authored by luhongguang's avatar luhongguang

update:活动商品列表

parent 5ae56067
......@@ -287,6 +287,6 @@ class GoodsController extends Base
{
$params = $this->params;
$list = MarketingPindanGoodsService::getPindanGoodsList($params);
$this->success($list);
$this->success(["result" => $list]);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment