This commit is contained in:
aozhiwei 2024-07-18 17:09:00 +08:00
commit e8eedcfd39
2 changed files with 9 additions and 0 deletions

View File

@ -350,6 +350,14 @@ class OutAppNftController extends BaseController {
$this->fillBoxDetail($info);
}
}
case Nft::FOUNDER_TAG_TYPE:
{
$info['meta_url'] = 'https://nftmint.counterfire.games/nft/202403/' . $nftDb['token_id'];
$info['name'] = 'Founders Tag #1';
$info['item_id'] = 0;
$info['type'] = $nftDb['token_type'];
$info['image'] = 'https://gateway.pinata.cloud/ipfs/QmNcUxWcNF85mx6aQp7PVNWJ89d9PqMpaHUT9vQTSTatGq';
}
break;
}
}

View File

@ -29,6 +29,7 @@ class Nft extends BaseModel
const CANDY_TYPE = 10; //CANDY
const GOLD_BULLION_TYPE = 11; //金砖
const GCARD_HERO_TYPE = 12; //游戏内合成的nft英雄
const FOUNDER_TAG_TYPE = 13; //游戏内合成的nft英雄
const RING_TYPE = 19; //戒指
const AVATAR_TYPE = 30; //装饰