1
This commit is contained in:
@@ -30,7 +30,7 @@ func (l *MAIN_LOGIN_IN) CheakSession() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
cool.CacheManager.Remove(context.Background(), fmt.Sprintf("session: %d", l.Head.UserID))
|
||||
cool.CacheManager.Remove(context.Background(), fmt.Sprintf("session:%d", l.Head.UserID))
|
||||
//glog.Debug(context.Background(), "后端获取", t1, err)
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user