@@ -44,7 +44,7 @@ func OuterReportCallBack(outReportId int, title, fileUrl, fileType string) (err
// 入参
var req OuterReportCallBackRequest
- req.Name = title
+ req.Name = fmt.Sprintf("%s%s", title, fileType)
req.ReportId = outReportId
req.Url = fileUrl
req.FileType = fileType