Lee-WineList/common/default_keys.go

9 lines
286 B
Go
Raw Normal View History

2023-04-27 15:56:12 +08:00
package common
const (
SmsSendKey = "sms:send:" // 短信发送缓存前缀
Oauth2RedisKey = "oauth:token:" // Token缓存前缀
WeChatSessionKey = "wechat:session:" // 小程序用户SessionKey前缀
ImMessageKey = "im:message:" // IM消息缓存前缀
)