|
@@ -63,6 +63,10 @@ func Banner(c *gin.Context) {
|
|
|
resp.ActivityOrReport = 0
|
|
|
resp.Activity = activityItem
|
|
|
resp.ImgUrl = "https://hongze.oss-accelerate.aliyuncs.com/static/images/202101/20210115/3HJfHLehkVwv0Rxl4Wz747i3aqx8.png"
|
|
|
+ } else {
|
|
|
+ resp.ActivityOrReport = 1
|
|
|
+ resp.ReportId = reportItem.Id
|
|
|
+ resp.ImgUrl = "https://hongze.oss-accelerate.aliyuncs.com/static/images/202101/20210115/3HJfHLehkVwv0Rxl4Wz747i3aqx8.png"
|
|
|
}
|
|
|
|
|
|
response.OkData("查询成功", resp, c)
|