1
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
昔念
2026-02-07 22:14:32 +08:00
parent 907a3cdbfe
commit 0e432c2975
2 changed files with 2 additions and 1 deletions

View File

@@ -73,7 +73,6 @@ func (c *BaseSysUserController) GetSession(ctx context.Context, req *SessionReq)
res.Session = blazing.NewInfoService(uint32(t.UserId)).Gensession()
cool.CacheManager.Set(context.Background(), fmt.Sprintf("session:%d", uint32(t1.ID)), res.Session, 0)
return
}