This commit is contained in:
eson 2023-09-01 14:36:34 +08:00
parent cf10effc10
commit 859a61fdc5

View File

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