ソースを参照

Update WxMpPayServiceImpl.java

修复xml解析的问题
master
Binary(班纳睿) 8年前
committed by GitHub
コミット
a9befa5e92
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

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


読み込み中…
キャンセル
保存