This commit is contained in:
make
2025-05-12 13:10:29 +08:00
parent 0fe93c2c2b
commit 8a96c4377a
2 changed files with 6 additions and 7 deletions

View File

@@ -209,11 +209,11 @@ class SiteContext
* 获取干扰码
*
* @param string $strPageCode
* @param string $strDiff
* @param string|NULL $strDiff
* @param integer $intNum
* @return array
*/
public function generateGrm(string $strPageCode, string $strDiff, int $intNum): array
public function generateGrm(string $strPageCode, string|NULL $strDiff, int $intNum): array
{
$strDomain = $this->DomainModel->d_domain;