Browse Source

[컨텐츠][New] 헤더 숨기기 옵션 적용

hyodong.min 7 năm trước cách đây
mục cha
commit
e0c739bedd

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

@@ -109,7 +109,7 @@ public class LifeplusContentsBean extends JsonBeanBase {
   }
 
   public String getContentsUrlWithParam() {
-    return contentsUrl + "?itemNo=" + itemNumber;
+    return contentsUrl + "?itemNo=" + itemNumber+ "&headerVisible=n";
   }
 
   public String getContentsUrlWithParamForShare() {