Commit 75746cab authored by suntengda's avatar suntengda

update app内团餐列表接口

parent 9c3fc79b
...@@ -187,6 +187,7 @@ class MarketingController extends Base ...@@ -187,6 +187,7 @@ class MarketingController extends Base
//已结束的 //已结束的
$this->params['page'] = 1; $this->params['page'] = 1;
$this->params['page_size'] = 10;
$this->params['sort_field'] = 'end_time'; $this->params['sort_field'] = 'end_time';
$this->params['sort_type'] = 'desc'; $this->params['sort_type'] = 'desc';
$this->params['need_buy_num'] = false; $this->params['need_buy_num'] = false;
......
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