This commit is contained in:
eson
2023-09-04 18:43:31 +08:00
parent 4b7f0bceaf
commit af1f26b322
2 changed files with 130 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ func FinishRegister(svcCtx *svc.ServiceContext, user *gmodel.FsUser, token *auth
svcCtx.Config.Auth.AccessExpire,
time.Now().UTC().Unix(),
user.Id,
token.GuestId,
0,
)
if err != nil {