session()->get('tel'); $a = 1234235434534; return $a; $user = UserInfoModel::where('tel',$tel)->frist(); //获取轮播图 $banner = BaseSettingsModel::where([['category' => 'banner'],['status' => '1']]) ->orderBy('sort')->limit('3')->get()->toArray(); // 关注的用户 $other_user = $user->UserCareUser; return $other_user; dd($other_user); // 获取其他用户信息 及梦想 $user_info = UserInfoModel::orderBy('id')->get()->toArray(); $dream = DreamInfoModel::orderBy('created_at')->get()->toArray(); return $this->error(ErrorCode::SERVICE_CODE_FAILED); } }