Update WxMpPayServiceImpl.java

修复xml解析的问题
This commit is contained in:
Binary(班纳睿) 2016-10-31 15:18:05 +08:00 committed by GitHub
parent c82b9f06b3
commit a9befa5e92

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