Commit e0523f7e authored by suntengda's avatar suntengda

update app内团餐列表接口 增加生活号id

parent 70e61b06
...@@ -216,6 +216,7 @@ class MarketingController extends Base ...@@ -216,6 +216,7 @@ class MarketingController extends Base
$listPart = array_values($listPart); $listPart = array_values($listPart);
} }
unset($listPart); unset($listPart);
$list['life_account_id'] = MarketingService::getPublicLifeAccountId();
$this->success(['result' => $list]); $this->success(['result' => $list]);
} }
......
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