mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	Update WxMpPayServiceImpl.java
修复xml解析的问题
This commit is contained in:
		| @ -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(); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary(班纳睿)
					Binary(班纳睿)