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