|
|
|
|
@ -297,6 +297,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
sysClient.put("sub_merchant_id",tempSubMerchantId);
|
|
|
|
|
sysClient.put("common_sub_merchant_id",1);
|
|
|
|
|
sysClient.put("skip_clearing",1);
|
|
|
|
|
sysClient.put("country","AUS");
|
|
|
|
|
sysClient.put("credential_code", RandomStringUtils.random(32, true, true));
|
|
|
|
|
clientMapper.save(sysClient);
|
|
|
|
|
|
|
|
|
|
|