Merge remote-tracking branch 'origin/develop' into develop

master
yuan 6 years ago
commit 4dabd64c45

@ -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();

Loading…
Cancel
Save