add phone验证码输出、注释报错

master
luoyang 5 years ago
parent 90d5ba0bc4
commit acca378070

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.2.63</version>
<version>1.2.64</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

@ -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)){

Loading…
Cancel
Save