userId = $userId? $userId : $this->userId; $userInfo = MemberService::make()->getInfo($this->userId); return message(1010, true, $userInfo); } }