fix
This commit is contained in:
parent
859a61fdc5
commit
7ad02deeb1
|
@ -138,7 +138,7 @@ func (l *InfoLogic) Info(req *types.UserInfoRequest, userinfo *auth.UserInfo) (r
|
||||||
logx.Error(err, info)
|
logx.Error(err, info)
|
||||||
return resp.SetStatusWithMessage(basic.CodeApiErr, err.Error())
|
return resp.SetStatusWithMessage(basic.CodeApiErr, err.Error())
|
||||||
}
|
}
|
||||||
|
logx.Error(querydata)
|
||||||
for k, v := range querydata {
|
for k, v := range querydata {
|
||||||
metadict[k] = v
|
metadict[k] = v
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user