feat: place order

This commit is contained in:
2025-01-23 16:56:24 +08:00
parent b2f96de226
commit aadcf6c661
11 changed files with 504 additions and 111 deletions

View File

@@ -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';
}
}