瀏覽代碼

[회원가입][New] 비회원 포인트 0 일 경우 전송하지 않음.

hyodong.min 6 年之前
父節點
當前提交
e618cc1862
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/java/kr/co/zumo/app/lifeplus/bean/api/MemberJoinRequestBean.java

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

@@ -47,7 +47,7 @@ public class MemberJoinRequestBean extends RequestBean {
     this.nationality = nationality;
     this.mobileCompany = mobileCompany;
     this.gender = gender;
-    this.guestCoin = guestCoin;
+    this.guestCoin = ("0".equals(guestCoin)) ? null : guestCoin;
     this.zumoUser = zumoUser;
     this.policyNumberList = policyNumberList;
     this.likeList = likeList;