This commit is contained in:
@@ -9,4 +9,3 @@ type OAuthInfo interface {
|
||||
GetRefreshToken() string
|
||||
GetExpiredAt() time.Time
|
||||
}
|
||||
|
||||
|
||||
@@ -37,4 +37,3 @@ func (w *WechatOAuthInfo) GetRefreshToken() string {
|
||||
func (w *WechatOAuthInfo) GetUnionID() string {
|
||||
return w.UnionID
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user