Commit 6e0182ee authored by 顾文旭's avatar 顾文旭

test

parent 3ccc9db8
......@@ -30,6 +30,7 @@ class MarketingController extends Base
public function marketing_listAction()
{
$params = $this->params;
FileLog::info("test marketing_listAction "," params");
$distributionList = MarketingService::marketingList($params);
$this->success($distributionList);
}
......
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