This commit is contained in:
make
2025-05-12 18:44:23 +08:00
parent 8a96c4377a
commit 8cd8d1542a
69 changed files with 78 additions and 76 deletions

View File

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