Browse Source

[공통][Common] 워터마크 추가

Hasemi 6 years ago
parent
commit
00e558e654

+ 1 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/bean/api/ContentsDetailImageBean.java

@@ -30,7 +30,7 @@ public class ContentsDetailImageBean extends LifeplusImageBean {
   @SerializedName("itemCdntList")
   private List<ItemRectBean> itemRectList;    // 이미지 위에 클릭 영역 지정하기.
 
-  @SerializedName("copyright")
+  @SerializedName("waterMark")
   private String copyright;
 
   private transient String listAttributeType; // 01: 컨텐츠, 02: 구매 예약 -> 타입에 따라서 이미지의 over ray drawing 타입 변경, 구매 예약은 rect 가 아닌 점으로 그려 줌.

+ 1 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/bean/api/ContentsItemBean.java

@@ -61,7 +61,7 @@ public class ContentsItemBean extends LifeplusContentsBean {
   @SerializedName("itemRecuList") // 이미지 아래 1. 2... 내용
   private List<ContentsDescriptionBean> descriptionList;
 
-  @SerializedName("copyright")
+  @SerializedName("waterMark")
   private String copyright;
 
   public String getListItemNo() {