...
This commit is contained in:
parent
ebd9a23731
commit
87aeb283cd
@ -817,7 +817,7 @@ class MarketController extends BaseController {
|
||||
|
||||
for ($x = $start; $x < $page_end; $x++) {
|
||||
$row = $rows[$x%$page_size];
|
||||
$nftDb = Nft::findNftByOwner($row['owner_address'], $row['token_id']);
|
||||
$nftDb = Nft::getNft($row['token_id']);
|
||||
if (!$nftDb) {
|
||||
myself()->_rspErr(1, 'nft not exists');
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user