1
This commit is contained in:
commit
e8eedcfd39
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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; //装饰
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user