✨ add comment verification
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
// 登录相关的redis key
|
||||
UserLoginSmsRedisKey = "user:sms:"
|
||||
UserLoginTokenRedisKey = "user:token:"
|
||||
UserLoginCaptchaRedisKey = "user:captcha:"
|
||||
@@ -8,3 +9,8 @@ const (
|
||||
UserLoginQrcodeRedisKey = "user:qrcode:"
|
||||
UserSessionRedisKey = "user:session:"
|
||||
)
|
||||
|
||||
// 登录之后
|
||||
const (
|
||||
CommentSubmitCaptchaRedisKey = "comment:submit:captcha:"
|
||||
)
|
||||
|
Reference in New Issue
Block a user