package common const ( SmsSendKey = "sms:send:" // 短信发送缓存前缀 Oauth2RedisKey = "oauth:token:" // Token缓存前缀 )