新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 590225c5 authored by starxxliu's avatar starxxliu

feat: add common 630 code --story=0

No related merge requests found
......@@ -43,7 +43,7 @@ func (l *AuthenticationLogic) Authentication(req *types.AuthenticationReq) (resp
info, err := utils.Authentication(targetUrl, req)
if err != nil || info != 1 {
errorcode.EnterpriseAuthenticationError.BuildResult(resp, err)
l.Errorf("EnterpriseAuthenticationError failed,err[%s]", err.Error())
l.Errorf("EnterpriseAuthenticationError failed,err[%+v]", err)
return resp, nil
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment