From 024c5f0ec746ca4b6e714d5d4fd0ff4cdca3cbaf Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 16 Jul 2024 12:00:14 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppNftController.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index dd0e202a..72ef94cc 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -180,6 +180,10 @@ class OutAppNftController extends BaseController { $heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".gif"; $info['animation_url'] = "https://res.counterfire.games/nft/video/". $heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".mp4"; + if ($info['token_id'] > 6240603010001668 && $info['token_id'] <= 6240603010002168){ + $info['animation_url'] = "https://res.counterfire.games/nft/video/wing/". + $heroDb['hero_id'].'_w'.$this->getRealHeroQuality($heroDb).".mp4"; + } array_push($info['attributes'],array( "trait_type" => "Tier", "value" => intval($this->getRealHeroQuality($heroDb)),