mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
Update WxMpPayServiceImpl.java
修复xml解析的问题
This commit is contained in:
parent
c82b9f06b3
commit
a9befa5e92
@ -61,8 +61,8 @@ public class WxMpPayServiceImpl implements WxMpPayService {
|
|||||||
checkParameters(request);
|
checkParameters(request);
|
||||||
|
|
||||||
XStream xstream = XStreamInitializer.getInstance();
|
XStream xstream = XStreamInitializer.getInstance();
|
||||||
xstream.processAnnotations(WxPayRefundResult.class);
|
|
||||||
xstream.processAnnotations(WxPayRefundRequest.class);
|
xstream.processAnnotations(WxPayRefundRequest.class);
|
||||||
|
xstream.processAnnotations(WxPayRefundResult.class);
|
||||||
|
|
||||||
request.setAppid(this.wxMpService.getWxMpConfigStorage().getAppId());
|
request.setAppid(this.wxMpService.getWxMpConfigStorage().getAppId());
|
||||||
String partnerId = this.wxMpService.getWxMpConfigStorage().getPartnerId();
|
String partnerId = this.wxMpService.getWxMpConfigStorage().getPartnerId();
|
||||||
|
Loading…
Reference in New Issue
Block a user