Kaynağa Gözat

返回广告图片增加advertType、pageUrl字段

shane 5 yıl önce
ebeveyn
işleme
60e6db5ee8

+ 2 - 0
service-api/src/main/java/com/java110/api/listener/advert/ListAdvertPhotoListener.java

@@ -128,6 +128,8 @@ public class ListAdvertPhotoListener extends AbstractServiceApiListener {
                     //photoAndVideo.put("url", "/callComponent/download/getFile/file?fileId=" + tmpAdvertItemDto.getUrl() + "&communityId=" + advertDto.getCommunityId());
                     photoAndVideo.put("url", imgUrl + tmpAdvertItemDto.getUrl());
                     photoAndVideo.put("seq", tmpAdvertItemDto.getSeq());
+                    photoAndVideo.put("advertType", advertDto.getAdvertType());
+                    photoAndVideo.put("pageUrl", advertDto.getPageUrl());
                     advertPhotoAndVideos.add(photoAndVideo);
                 }
             }