feat: spu

This commit is contained in:
2025-01-06 18:02:57 +08:00
parent 0895955973
commit fd18cffeab
12 changed files with 505 additions and 6 deletions

View File

@@ -48,4 +48,12 @@ class CommonRedisKey
{
return '__system:wx:AccessToken:';
}
/**
* @return string
*/
public static function getCycleList(): string
{
return '__cycle:list';
}
}