Browse Source

YES24 로그인

jsshin 5 years ago
parent
commit
a344977465
1 changed files with 1 additions and 1 deletions
  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");