This commit is contained in:
make
2025-05-05 16:26:35 +08:00
parent aa316f9a00
commit f827d86ee6
16 changed files with 299 additions and 267 deletions

View File

@@ -301,6 +301,7 @@ class VideoService
*/
public function getVideoList(array $arrParams): array
{
$intCount = (int)$arrParams['count'] ?? 10;
// $strVCategory = $arrParams['v_category'] ?? '';
$strSortType = (string)$arrParams['sort_type'] ?? '';
@@ -311,6 +312,7 @@ class VideoService
$strVCategoryEn = (string) $arrParams['v_category_en'] ?? '';
$strVParentCategoryEn = (string) $arrParams['v_parent_category_en'] ?? '';
$strVLangEn = (string)$arrParams['v_lang_en'] ?? 'all';
$strVAreaEn = (string)$arrParams['v_area_en'] ?? 'all';