This commit is contained in:
songliang 2023-07-09 12:04:07 +08:00
parent ea2a24e87e
commit d4112e56a7

View File

@ -1295,7 +1295,7 @@ class MarketController extends BaseAuthedController
$type = getReqVal('type', 0);
$start = getReqVal('start', 0);
$page_size = getReqVal('page_size', 10);
$page_size = max(1, min(100, $page_size));
$conn = myself()->_getMarketMysql('');
$type_filter_fn = function ($f) {