1
This commit is contained in:
parent
14cf57d1f1
commit
9d02b1f6db
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user