|
|
|
@ -144,6 +144,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
try {
|
|
|
|
|
ssender.sendWithParam(nationCode, phoneNumber, REGISTER_CLIENT_TEMPLID, param, "RoyalPay", "", ""); //
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
throw new ServerErrorException("System Error");
|
|
|
|
|
}
|
|
|
|
|
stringRedisTemplate.boundValueOps(getRegisterClientRedisKey(phoneNumber)).set(registerClientCode, Long.parseLong(expireMin), TimeUnit.MINUTES);
|
|
|
|
@ -262,6 +263,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
sysClient.put("source",4);
|
|
|
|
|
sysClient.put("approve_result",2);
|
|
|
|
|
sysClient.put("creator",0);
|
|
|
|
|
sysClient.put("industry",331);
|
|
|
|
|
sysClient.put("merchant_id",subMerchantId.getString("merchant_id"));
|
|
|
|
|
sysClient.put("sub_merchant_id",subMerchantId.getString("sub_merchant_id"));
|
|
|
|
|
sysClient.put("common_sub_merchant_id",1);
|
|
|
|
|