online_code/common/constant/rds_key.go
2022-05-25 17:30:46 +08:00

7 lines
145 B
Go

package constant
const (
OAuth2RedisKey = "oauth:token:" // Token缓存前缀
OAuth2UserCacheKey = "oauth:user:" // 用户缓存前缀
)