This commit is contained in:
aozhiwei 2024-06-29 19:35:35 +08:00
parent ab3edae859
commit 45755a37dc

View File

@ -345,8 +345,8 @@ class OutAppNftController extends BaseController {
private function fillBoxMeta(&$info) private function fillBoxMeta(&$info)
{ {
$info['name'] = 'box'; $info['name'] = 'Genesis Hero';
$info['description'] = 'box'; $info['description'] = 'Genesis Hero';
$info['image'] = "https://res2.counterfire.games/nft/box/Gen2_raw.gif"; $info['image'] = "https://res2.counterfire.games/nft/box/Gen2_raw.gif";
$info['attributes'] = array(); $info['attributes'] = array();
} }
@ -359,7 +359,7 @@ class OutAppNftController extends BaseController {
'token_id' => $info['token_id'], 'token_id' => $info['token_id'],
'owner_address' => $info['owner_address'], 'owner_address' => $info['owner_address'],
'meta_url' => $info['meta_url'], 'meta_url' => $info['meta_url'],
'name' => 'box', 'name' => 'Genesis Hero',
'item_id' => 0, 'item_id' => 0,
'type' => $info['type'], 'type' => $info['type'],
'image' => "https://res2.counterfire.games/nft/box/Gen2_raw.gif", 'image' => "https://res2.counterfire.games/nft/box/Gen2_raw.gif",