1
This commit is contained in:
parent
18d75d5dab
commit
1db84e2c3f
@ -288,9 +288,14 @@ class OutAppNftController extends BaseController {
|
|||||||
'type' => 0,
|
'type' => 0,
|
||||||
'image' => '',
|
'image' => '',
|
||||||
'on_sale' => $onSale,
|
'on_sale' => $onSale,
|
||||||
'detail' => array()
|
'detail' => array(),
|
||||||
|
'last_lock_time' => 0,
|
||||||
);
|
);
|
||||||
if (!empty($nftDb)) {
|
if (!empty($nftDb)) {
|
||||||
|
if ($nftDb['owner_address'] == LOCK_CONTRACT_ADDRESS ||
|
||||||
|
$nftDb['owner_address'] == ETH_LOCK_CONTRACT_ADDRESS) {
|
||||||
|
$info['last_lock_time'] = $nftDb['last_lock_time'];
|
||||||
|
}
|
||||||
$this->internalGetNftDetail($nftDb, $info);
|
$this->internalGetNftDetail($nftDb, $info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user