This commit is contained in:
make
2025-05-13 17:24:33 +08:00
parent 9ad455786e
commit b8dba786ca
5 changed files with 105 additions and 1 deletions

View File

@@ -632,7 +632,7 @@ class VideoService
public function generateSearchPager(array $arrParams, array $arrSort, array $arrVideo): array
{
$strKey = $arrParams['key'];
$intPage = $arrVideo['page'];
$intPage = $arrVideo['page'] ?? 1;
$intLimit = $arrVideo['limit'];
$intButtomNum = $arrParams['button_num'];
$strBaseUrl = app(VideoService::class)->getVideoSearchUrl($strKey, '{page}');