belongsTo(ZqTeam::class, 'team_id', 'team_id'); } public function getOddsStateAttribute() { return $this->order_state; } public function getTeamLogoUrlAttribute() { if (!$this->team) { return ''; } return JingcaiLogoService::zqCountryLarge($this->team->country); } }