|
|
|
@ -268,7 +268,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
JSONObject sysConfig = sysConfigManager.getSysConfig();
|
|
|
|
|
|
|
|
|
|
String arr [] = sysConfig.getString("temp_sub_mch_id").split(",");
|
|
|
|
|
String tempSubMerchantId = arr[new Random().nextInt(arr.length) + 1];
|
|
|
|
|
String tempSubMerchantId = arr[new Random().nextInt(arr.length)];
|
|
|
|
|
WeChatPayConfig.Merchant availableMerchant = mpPaymentApi.determineMerchant(tempSubMerchantId);
|
|
|
|
|
String clientMoniker = generateClientMoniker();
|
|
|
|
|
JSONObject sysClient = new JSONObject();
|
|
|
|
|