排行榜

This commit is contained in:
2026-01-09 17:59:03 +08:00
parent fc543ed9c1
commit dd3622adf0
2 changed files with 2 additions and 2 deletions

View File

@@ -365,7 +365,7 @@ class GiveGiftBases extends Model
if (!empty($params['end_time'])) {
$options['end_time'] = strtotime($params['end_time']);
}
var_dump($options);
// 分页参数
$options['page'] = $params['page'] ?? 1;