This commit is contained in:
hujiabin 2022-11-02 19:39:50 +08:00
parent 7f10dfc5a8
commit 9335782720

View File

@ -83,6 +83,11 @@ class Chip extends BaseModel
'token_id' => $nftDb['token_id'],
)
);
error_log(json_encode(
array(
'nft___________token_________id'=> $nftDb['token_id']
)
));
if (!$row) {
$itemMeta = mt\Item::get($nftDb['item_id']);
if ($itemMeta) {