Procházet zdrojové kódy

Update WxMpPayServiceImpl.java

修复xml解析的问题
master
Binary(班纳睿) před 8 roky
committed by GitHub
rodič
revize
a9befa5e92
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImpl.java

+ 1
- 1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImpl.java Zobrazit soubor

@@ -61,8 +61,8 @@ public class WxMpPayServiceImpl implements WxMpPayService {
checkParameters(request);

XStream xstream = XStreamInitializer.getInstance();
xstream.processAnnotations(WxPayRefundResult.class);
xstream.processAnnotations(WxPayRefundRequest.class);
xstream.processAnnotations(WxPayRefundResult.class);

request.setAppid(this.wxMpService.getWxMpConfigStorage().getAppId());
String partnerId = this.wxMpService.getWxMpConfigStorage().getPartnerId();


Načítá se…
Zrušit
Uložit