debug
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user