@@ -38,9 +38,7 @@ func (l *NewMsgListExportLogic) NewMsgListExport(req *types.NewMsgListExportReq)
l.Error(fmt.Sprintf("%+v", req), resp.Error_msg)
resp.Error_code, resp.Error_msg = -1, "查看失败"
} else {
- resp.Data = map[string]interface{}{
- "data": ret.Data,
- }
+ resp.Data = ret.Data
}
return