debug
This commit is contained in:
@@ -201,11 +201,11 @@ class GanRaoMaModel extends MongoModel
|
||||
*
|
||||
* @param string $strDomain 域名
|
||||
* @param string $strPageCode 视图编码
|
||||
* @param string|NULL $strDifference 差异
|
||||
* @param string|integer|NULL $strDifference 差异
|
||||
* @param integer $intNum 生成数量
|
||||
* @return array
|
||||
*/
|
||||
static public function getGrmCode(string $strDomain, string $strPageCode, string|NULL $strDifference, int $intNum)
|
||||
static public function getGrmCode(string $strDomain, string $strPageCode, string|int|NULL $strDifference, int $intNum)
|
||||
{
|
||||
|
||||
$arrFilter = [
|
||||
|
||||
Reference in New Issue
Block a user