This commit is contained in:
Tokumeikoi
2020-08-13 21:36:59 +08:00
parent bd35c782f0
commit a8a6c6382e
3 changed files with 21 additions and 12 deletions

View File

@ -10,7 +10,8 @@ class CacheKey
'SERVER_V2RAY_ONLINE_USER' => '节点在线用户',
'SERVER_V2RAY_LAST_CHECK_AT' => '节点最后检查时间',
'SERVER_TROJAN_ONLINE_USER' => 'trojan节点在线用户',
'SERVER_TROJAN_LAST_CHECK_AT' => 'trojan节点最后检查时间'
'SERVER_TROJAN_LAST_CHECK_AT' => 'trojan节点最后检查时间',
'TEMP_TOKEN' => '临时令牌'
];
public static function get(string $key, $uniqueValue)