This commit is contained in:
make
2025-04-28 11:43:11 +08:00
parent e5e87ca286
commit 2958d293d1

View File

@@ -204,11 +204,11 @@ class NovelService
/** /**
* Undocumented function * Undocumented function
* *
* @param string $strKeyWords * @param string|null $strKeyWords
* @param integer|string $intPage * @param integer|string|null $intPage
* @return string * @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'; $strKey = 'SEARCH_INFO_URL';
$strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [ $strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [