From 2958d293d1d1eed1ddc51cf35d5ce795ce23c10d Mon Sep 17 00:00:00 2001 From: make Date: Mon, 28 Apr 2025 11:43:11 +0800 Subject: [PATCH] debug --- code/app/services/NovelService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/app/services/NovelService.php b/code/app/services/NovelService.php index bd6fbb7..c9e6794 100644 --- a/code/app/services/NovelService.php +++ b/code/app/services/NovelService.php @@ -204,11 +204,11 @@ class NovelService /** * Undocumented function * - * @param string $strKeyWords - * @param integer|string $intPage + * @param string|null $strKeyWords + * @param integer|string|null $intPage * @return string */ - public function getNovelSearchUrl(string $strKeyWords, int|string $intPage = 1): string + public function getNovelSearchUrl(string|Null $strKeyWords, int|string|Null $intPage = 1): string { $strKey = 'SEARCH_INFO_URL'; $strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [