This commit is contained in:
make
2025-11-13 16:47:27 +08:00
parent a8c71d28cb
commit a18222deac
16 changed files with 160 additions and 388 deletions

View File

@@ -449,7 +449,7 @@ class VideoService
*/
public function getVideoPager(array $arrParams): array
{
$arrParams['key'] = '';
// $arrParams['key'] = '';
$arrParams = [
'page' => max((int)($arrParams['page'] ?? 1), 1),
'limit' => (int)($arrParams['limit'] ?? 10),