feat : ali

This commit is contained in:
2024-11-06 16:53:45 +08:00
parent 7b6f9e4aa7
commit 8d30a65528
9 changed files with 443 additions and 36 deletions

View File

@@ -5,10 +5,10 @@ namespace App\Cache\Redis\Common;
class CommonRedisKey
{
/**
* @var $type
* @return string
*@var string $type
*/
public static function getSystemRegionList($type = 'all')
public static function getSystemRegionList(string $type = 'all'): string
{
return '__system:address:list:'.$type;
}