feat : city
This commit is contained in:
15
app/Cache/Redis/Common/CommonRedisKey.php
Normal file
15
app/Cache/Redis/Common/CommonRedisKey.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Cache\Redis\Common;
|
||||
|
||||
class CommonRedisKey
|
||||
{
|
||||
/**
|
||||
* @var $type
|
||||
* @return string
|
||||
*/
|
||||
public static function getSystemRegionList($type = 'all')
|
||||
{
|
||||
return '__system:address:list:'.$type;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user