This commit is contained in:
2023-11-20 00:32:26 +08:00
parent 9ce3e5c82a
commit 2559d4be1c
37 changed files with 288 additions and 12419 deletions

View File

@@ -21,9 +21,8 @@ public static function liveAdvanced($se, $se_type, $keyword, $location_name, $la
'language_code' => $language_code,
];
if (!is_empty($search_param))
{
$query['search_param'] = $search_param;
if (! is_empty($search_param)) {
$query['search_param'] = $search_param;
}
try {