This commit is contained in:
songliang 2022-12-19 11:52:54 +08:00
parent 68b4421aac
commit 2628cd1091

View File

@ -850,7 +850,6 @@ class MarketController extends BaseController {
$lv_filter = getReqVal('lv_filter', 15);
$quality_filter = getReqVal('quality_filter', 15);
$durability_filter = getReqVal('durability_filter', 15);
$account = '0x9a4d9dd2bfcad659975f0f5a480625c7929e9385';
$rows = $this->getNftListByAccountAndType($account, $type, $order_method, $order_asc, $job_filter_array, $search_filter_array, $lv_filter, $quality_filter, $durability_filter);
@ -888,8 +887,6 @@ class MarketController extends BaseController {
$signature = getReqVal('signature', '');
$net_id = getReqVal('net_id', '');
$account = '0x9a4d9dd2bfcad659975f0f5a480625c7929e9385';
$conn = myself()->_getMysql('');
$nftDb = Nft::findNftByOwner($account, $nft_token);