用户模块--logo列表调整返回
This commit is contained in:
parent
ddb93bae41
commit
a864335c0e
|
@ -65,7 +65,7 @@ func (l *UserLogoListLogic) UserLogoList(req *types.UserLogoListReq, userinfo *a
|
||||||
logx.Error(err)
|
logx.Error(err)
|
||||||
return resp.SetStatusWithMessage(basic.CodeServiceErr, "failed to get data list")
|
return resp.SetStatusWithMessage(basic.CodeServiceErr, "failed to get data list")
|
||||||
}
|
}
|
||||||
return resp.SetStatus(basic.CodeOK, []interface{}{
|
return resp.SetStatus(basic.CodeOK, map[string]interface{}{
|
||||||
list,
|
"list": list,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user