Kaynağa Gözat

fix car pay

release_toaliyun_real
lin 3 yıl önce
ebeveyn
işleme
9973523593
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java Dosyayı Görüntüle

@@ -947,9 +947,9 @@ public class WxMerchantServiceImpl implements WxMerchantService {
}
StringBuffer psb = new StringBuffer("{\"").append(Constant.paymentReceiverParamIsv).append("\":").append(wxMerchant.getIsIsv()).append("");
if (EnumYesOrNo.YES.getCode() == wxMerchant.getIsIsv()) {
psb.append(",\"").append(Constant.paymentReceicerParamApiKey).append("\":\"").append(wxMerchant.getApiKey()).append("\"}");
psb.append("}");
}else {
psb.append("}");
psb.append(",\"").append(Constant.paymentReceicerParamApiKey).append("\":\"").append(wxMerchant.getApiKey()).append("\"}");
}
receiver.setReceiverAccount(wxMerchant.getAccount());
receiver.setReceiverParams(psb.toString());


Yükleniyor…
İptal
Kaydet