This commit is contained in:
hujiabin 2024-08-26 15:36:22 +08:00
parent 14cf57d1f1
commit 9d02b1f6db

View File

@ -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));