瀏覽代碼

YES24 로그인

jsshin 5 年之前
父節點
當前提交
a344977465
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/style24/front/biz/thirdparty/Yes24Login.java

+ 1 - 1
src/main/java/com/style24/front/biz/thirdparty/Yes24Login.java

@@ -172,7 +172,7 @@ public class Yes24Login {
 		String snsId = nodeMap.getString("str_MEM_ID");
 		String custNm = nodeMap.getString("str_MEM_NM");
 		String email = nodeMap.getString("str_MEM_EML");
-		String cellphnno = nodeMap.getString("str_ADDR_MOB_NO").replaceAll("-","");
+		String cellphnno = nodeMap.getString("str_ADDR_MOB_NO");
 		String birthYmd = nodeMap.getString("str_BIRTH_DM").replaceAll("-","");
 		String sexGb = nodeMap.getString("str_SEX").equals("M")? TscConstants.Gender.MALE.value() : TscConstants.Gender.FEMALE.value();
 		String ci = nodeMap.getString("str_IPIN_CI");