Skip to content

Commit a9befa5

Browse files
authored
Update WxMpPayServiceImpl.java
修复xml解析的问题
1 parent c82b9f0 commit a9befa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public WxPayRefundResult refund(WxPayRefundRequest request, File keyFile)
6161
checkParameters(request);
6262

6363
XStream xstream = XStreamInitializer.getInstance();
64-
xstream.processAnnotations(WxPayRefundResult.class);
6564
xstream.processAnnotations(WxPayRefundRequest.class);
65+
xstream.processAnnotations(WxPayRefundResult.class);
6666

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

0 commit comments

Comments
 (0)