This commit is contained in:
songliang 2022-12-06 16:55:42 +08:00
parent 03b5d85b38
commit 79391c8777

View File

@ -615,7 +615,7 @@ class MarketController extends BaseController {
$search_filter_array = explode('|', $search_filters);
$lv_filter = getReqVal('lv_filter', 15);
$account = '0x9a4d9dd2bfcad659975f0f5a480625c7929e9385';
$type = 1;
$rows = Nft::getNftListByType($account, $type);
$total = count($rows);