|
|
@@ -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);
|
|
|
}
|
|
|
}
|