|
|
|
@@ -946,7 +946,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
receiver.setPlat(EnumAppPlat.WX.getCode()); |
|
|
|
} |
|
|
|
receiver.setReceiverAccount(wxMerchant.getAccount()); |
|
|
|
receiver.setReceiverParams(new StringBuffer("{").append(Constant.paymentReceicerParamApiKey).append(":").append(wxMerchant.getApiKey()).append("}").toString()); |
|
|
|
receiver.setReceiverParams(new StringBuffer("{\"").append(Constant.paymentReceicerParamApiKey).append("\":\"").append(wxMerchant.getApiKey()).append("\"}").toString()); |
|
|
|
wxProfitPaymentReceiverService.saveOrUpdate(receiver); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("db failed: 账号操作失败, e:" + e.getMessage()); |
|
|
|
|