This commit is contained in:
songliang 2022-12-06 10:46:24 +08:00
parent 77baca607a
commit 48b05bb88a

View File

@ -587,7 +587,7 @@ class MarketController extends BaseController {
}
$this->_rspData(array(
"total" => 1000,
"total" => count($rows),
"start" => $start,
"page_size" => $page_size,
'nfts' => $nfts,