修改微信扫码登录 access_token 问题
This commit is contained in:
@ -15,3 +15,7 @@ const (
|
||||
WeChatLoginCache = "wx:login:cache:%s"
|
||||
WeChatLoginLimit = "wx:login:limit:%s"
|
||||
)
|
||||
|
||||
const (
|
||||
WechatAccessTokenKey = "wechat:access_token"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user