|
@@ -170,9 +170,12 @@ func ClassifyDetailBanner(c *gin.Context) {
|
|
|
return
|
|
|
}
|
|
|
resp := &pcModels.DetailBannerResp{
|
|
|
- ReportId: reportItem.ReportId,
|
|
|
- Stage: reportItem.Stage,
|
|
|
- ImgUrl: "",
|
|
|
+ ReportId: reportItem.ReportId,
|
|
|
+ Stage: reportItem.Stage,
|
|
|
+ VipTitle: reportItem.VipTitle,
|
|
|
+ Author: reportItem.Author,
|
|
|
+ ImgUrl: "",
|
|
|
+ ClassifyNameSecond: reportItem.ClassifyNameSecond,
|
|
|
}
|
|
|
bannerResp = resp
|
|
|
}
|