fix
This commit is contained in:
parent
8776e485ed
commit
7a845bb83f
|
@ -123,8 +123,11 @@ func (l *UserEmailConfirmationLogic) UserEmailConfirmation(req *types.RequestEma
|
||||||
return resp.SetStatus(basic.CodeDbSqlErr)
|
return resp.SetStatus(basic.CodeDbSqlErr)
|
||||||
}
|
}
|
||||||
|
|
||||||
FinishRegister(l.svcCtx, user, token)
|
err = FinishRegister(l.svcCtx, user, token)
|
||||||
logx.Info("success", token.TraceId)
|
if err != nil {
|
||||||
|
logx.Error(err)
|
||||||
|
}
|
||||||
|
logx.Info("success:", token.TraceId)
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user