mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +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);
|
||||
|
||||
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…
Reference in New Issue
Block a user