This commit is contained in:
eson 2023-09-01 14:38:32 +08:00
parent 859a61fdc5
commit 7ad02deeb1

View File

@ -138,7 +138,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
logx.Error(err, info)
return resp.SetStatusWithMessage(basic.CodeApiErr, err.Error())
}
logx.Error(querydata)
for k, v := range querydata {
metadict[k] = v
}