online_code/common/default_keys.go

7 lines
141 B
Go
Raw Normal View History

2022-05-25 17:30:46 +08:00
package common
const (
SmsSendKey = "sms:send:" // 短信发送缓存前缀
Oauth2RedisKey = "oauth:token:" // Token缓存前缀
)