service = $service; } /** * 获取我的团队列表 */ public function list() { return $this->service->getTeamList(Auth::user()->id); } }