Browse Source

Update WxMpPayServiceImpl.java

修复xml解析的问题
master
Binary(班纳睿) 8 years ago
committed by GitHub
parent
commit
a9befa5e92
1 changed files with 1 additions and 1 deletions
  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 View File

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


Loading…
Cancel
Save