This commit is contained in:
aozhiwei 2024-07-16 12:00:14 +08:00
parent 09426d58a0
commit 024c5f0ec7

View File

@ -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)),