This commit is contained in:
songliang 2023-07-03 17:30:15 +08:00
parent a187ac57c0
commit 5e86492407

View File

@ -912,7 +912,7 @@ class MarketController extends BaseController {
$signature = getReqVal('signature', '');
$net_id = getReqVal('net_id', '');
$conn = myself()->_getMysql('');
$conn = myself()->_getMarketMysql('');
$nftDb = Nft::findNftByOwner($account, $nft_token);
$nftDetail = Nft::toDto($nftDb);