This commit is contained in:
eson 2023-09-01 13:24:40 +08:00
parent 54ee174fbf
commit 0855abae7f

View File

@ -121,7 +121,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
}
if err != nil {
logx.Error(err)
logx.Error(err, mquery.EncodeQuery("metadata"))
return resp.SetStatusWithMessage(basic.CodeApiErr, err.Error())
}