post()->goCheck('activity',[ 'user_id'=>$this->userId ]); $result = ActivityLogic::getHomepageByActivityId($params); if (false === $result) { return $this->fail(GoodsLogic::getError()); } return $this->success('', $result, 1, 1); } }