mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +08:00
update online user stat
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user