feat : config

This commit is contained in:
2025-03-20 15:27:53 +08:00
parent ef9f663fb2
commit d3d0cda616
9 changed files with 164 additions and 3 deletions

View File

@@ -119,4 +119,12 @@ class CommonRedisKey
{
return '__system:yiLianYun:self:app:token';
}
/**
* @return string
*/
public static function userTokenHashKey(): string
{
return 'user:token:online';
}
}