This commit is contained in:
2025-06-24 22:09:05 +08:00
parent 32a7a512a2
commit fdac99f11c
38 changed files with 42980 additions and 180 deletions

View File

@@ -67,6 +67,7 @@ func (c *BlazingController) GetSession(ctx context.Context, req *SessionReq) (re
// 保存后端校验的SID
backendSID := res.Session[8 : len(res.Session)-8]
fmt.Println("存储sid", backendSID)
if err := service.NewLoginServiceService().SaveSessionId(backendSID, gconv.String(accountID)); err != nil {
res.Code = 400
res.Msg = err.Error()