This commit is contained in:
songliang 2023-01-09 17:53:15 +08:00
parent a05f062689
commit c410ae8981

View File

@ -690,7 +690,7 @@ class MarketController extends BaseController {
public function listSellNfts()
{
$account = getReqVal('account', '');
$account = strtolower(getReqVal('account', ''));
$token = getReqVal('token', '');
$start = getReqVal('start', 0);
$page_size = getReqVal('page_size', 10);