feat: place order
This commit is contained in:
@@ -86,4 +86,20 @@ class CommonRedisKey
|
||||
{
|
||||
return '__cycle:list';
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public static function siteListKey(): string
|
||||
{
|
||||
return '__system:site:list';
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public static function siteLngLatKey(): string
|
||||
{
|
||||
return '__system:site:lngLat:list';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user