feat : catering
This commit is contained in:
@@ -95,6 +95,15 @@ class CommonRedisKey
|
||||
return '__system:site:list';
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $siteId
|
||||
* @return string
|
||||
*/
|
||||
public static function siteInfoKey(int $siteId): string
|
||||
{
|
||||
return '__system:site:info:id:'.$siteId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user