add comment message push

This commit is contained in:
landaiqing
2024-09-27 00:42:05 +08:00
parent 372835296d
commit 03c5b92515
5 changed files with 198 additions and 66 deletions

View File

@@ -12,5 +12,6 @@ const (
// 登录之后
const (
CommentSubmitCaptchaRedisKey = "comment:submit:captcha:"
CommentSubmitCaptchaRedisKey = "comment:submit:captcha:"
CommentOfflineMessageRedisKey = "comment:offline:message:"
)