From 471682a62c806ee2d45ae316e086a433aeffae6a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 19 Jul 2024 17:32:00 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppNftController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index 5961b4f6..6500ea69 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -367,6 +367,7 @@ class OutAppNftController extends BaseController { $info['meta_url'] = 'https://nftmint.counterfire.games/nft/202403/' . $nftDb['token_id']; $info['name'] = 'Founder’s Tag #1'; $info['item_id'] = 0; + $info['quality'] = 1; $info['type'] = $nftDb['token_type']; $info['image'] = 'https://gateway.pinata.cloud/ipfs/QmNcUxWcNF85mx6aQp7PVNWJ89d9PqMpaHUT9vQTSTatGq'; }