1
This commit is contained in:
parent
4431ae58ee
commit
c085d4c064
@ -229,7 +229,7 @@ class OutAppNftController extends BaseController {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
error_log(json_encode($info));
|
//error_log(json_encode($info));
|
||||||
myself()->_rspData($info);
|
myself()->_rspData($info);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -265,9 +265,9 @@ class OutAppNftController extends BaseController {
|
|||||||
$tokenId = getReqVal('token_id', '');
|
$tokenId = getReqVal('token_id', '');
|
||||||
$nftDb = Nft::getNftByNetIdContractAddressTokenId($netId, $contractAddress, $tokenId);
|
$nftDb = Nft::getNftByNetIdContractAddressTokenId($netId, $contractAddress, $tokenId);
|
||||||
$info = array();
|
$info = array();
|
||||||
error_log(json_encode($_REQUEST));
|
//error_log(json_encode($_REQUEST));
|
||||||
$this->internalNftDetail($netId, $nftDb, $info);
|
$this->internalNftDetail($netId, $nftDb, $info);
|
||||||
error_log(json_encode($info));
|
//error_log(json_encode($info));
|
||||||
myself()->_rspData($info);
|
myself()->_rspData($info);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -278,9 +278,9 @@ class OutAppNftController extends BaseController {
|
|||||||
$tokenId = getReqVal('token_id', '');
|
$tokenId = getReqVal('token_id', '');
|
||||||
$nftDb = Nft::getNftByNetIdTokenTypeTokenId($netId, $tokenType, $tokenId);
|
$nftDb = Nft::getNftByNetIdTokenTypeTokenId($netId, $tokenType, $tokenId);
|
||||||
$info = array();
|
$info = array();
|
||||||
error_log(json_encode($_REQUEST));
|
//error_log(json_encode($_REQUEST));
|
||||||
$this->internalNftDetail($netId, $nftDb, $info);
|
$this->internalNftDetail($netId, $nftDb, $info);
|
||||||
error_log(json_encode($info));
|
//error_log(json_encode($info));
|
||||||
myself()->_rspData($info);
|
myself()->_rspData($info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user