From acca378070f27a27b69a10720d07cc572f97a15d Mon Sep 17 00:00:00 2001 From: luoyang Date: Tue, 5 Nov 2019 17:42:52 +0800 Subject: [PATCH] =?UTF-8?q?add=20phone=E9=AA=8C=E8=AF=81=E7=A0=81=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E3=80=81=E6=B3=A8=E9=87=8A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../application/core/impls/SimpleClientApplyServiceImpl.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 77ff80cd6..99631ceca 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 manage - 1.2.63 + 1.2.64 UTF-8 diff --git a/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java index 0184d8e8c..9029853ef 100644 --- a/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java @@ -873,6 +873,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService { param.add("RoyalPay"); param.add(registerClientCode); String expireMin = "1"; + logger.debug("{} phone sms send code :{}",phoneNumber,registerClientCode); param.add(expireMin); try { if(request.getLocales().nextElement().equals(Locale.CHINESE)|| request.getLocales().nextElement().equals(Locale.SIMPLIFIED_CHINESE)){