update online user stat

This commit is contained in:
Tokumeikoi
2020-06-05 13:25:32 +08:00
parent 3200c427ce
commit 47a6c4077a
6 changed files with 12 additions and 31 deletions

View File

@ -7,7 +7,8 @@ class CacheKey
CONST KEYS = [
'EMAIL_VERIFY_CODE' => '邮箱验证吗',
'LAST_SEND_EMAIL_VERIFY_TIMESTAMP' => '最后一次发送邮箱验证码时间',
'SERVER_STAT' => '节点统计信息'
'SERVER_ONLINE_USER' => '节点在线用户',
'SERVER_LAST_CHECK_AT' => '节点最后检查时间'
];
public static function get(string $key, $uniqueValue)