This commit is contained in:
eson 2023-08-29 16:49:11 +08:00
parent 6edb2aafdb
commit 6ede8daee6

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,
0,
token.GuestId,
)
if err != nil {