From 9d02b1f6db8c33ae26576fc4d16ed14290c80bc2 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Mon, 26 Aug 2024 15:36:22 +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 af8fa55c..10d6c06f 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -476,6 +476,7 @@ class OutAppNftController extends BaseController { $info['item_id'] = $heroMeta['id']; $info['type'] = Nft::HERO_TYPE; $info['image'] = 'https://res2.counterfire.games/nft/video/normal/' . $heroMeta['id'] . '_c' . $this->getRealHeroQuality($heroDb) . '.mp4'; + $info['on_lock'] = $heroDb['seal_type']; $info['detail']['quality'] = $this->getRealHeroQuality($heroDb); $info['detail']['max_mining_days'] = $heroAtteMeta['validTime']; $info['detail']['wealth'] = floor($wealth * (1+$wealth_rate));