This commit is contained in:
昔念
2026-02-07 18:21:52 +08:00
parent 6be35dc045
commit 460b92c044
7 changed files with 13 additions and 26 deletions

View File

@@ -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
}