update: add client token in cache

This commit is contained in:
tokumeikoi
2022-04-10 18:08:26 +08:00
parent 447ff0f554
commit e82f28b670
5 changed files with 67 additions and 2 deletions

View File

@ -19,7 +19,8 @@ class CacheKey
'TEMP_TOKEN' => '临时令牌',
'LAST_SEND_EMAIL_REMIND_TRAFFIC' => '最后发送流量邮件提醒',
'SCHEDULE_LAST_CHECK_AT' => '计划任务最后检查时间',
'REGISTER_IP_RATE_LIMIT' => '注册频率限制'
'REGISTER_IP_RATE_LIMIT' => '注册频率限制',
'SUBSCRIBE_TOKEN' => '订阅TOKEN'
];
public static function get(string $key, $uniqueValue)