|
|
|
@ -140,7 +140,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
String registerClientCode = RandomStringUtils.random(6, false, true);
|
|
|
|
|
param.add("RoyalPay");
|
|
|
|
|
param.add(registerClientCode);
|
|
|
|
|
String expireMin = (String) sysConfig.getOrDefault("sms.verification.code.expire", 3);
|
|
|
|
|
String expireMin = String.valueOf(sysConfig.getOrDefault("sms.verification.code.expire", 3));
|
|
|
|
|
param.add(expireMin);
|
|
|
|
|
try {
|
|
|
|
|
sender.sendWithParam(nationCode.trim(), phoneNumber, REGISTER_CLIENT_TEMPLID, param, "RoyalPay", "", "");
|
|
|
|
|