diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index 4f1b1297..3ce337b9 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -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'] = 'Founder’s Tag #1'; + $info['item_id'] = 0; + $info['type'] = $nftDb['token_type']; + $info['image'] = 'https://gateway.pinata.cloud/ipfs/QmNcUxWcNF85mx6aQp7PVNWJ89d9PqMpaHUT9vQTSTatGq'; + } break; } } diff --git a/webapp/models/Nft.php b/webapp/models/Nft.php index f75ff077..14ac81d1 100644 --- a/webapp/models/Nft.php +++ b/webapp/models/Nft.php @@ -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; //装饰