mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-30 18:19:04 +08:00 
			
		
		
		
	重构微信支付申请退款接口 for issue #25
This commit is contained in:
		| @ -44,7 +44,8 @@ public class WxMpPayServiceImplTest { | ||||
|     request.setOutTradeNo("1111"); | ||||
|     request.setTotalFee(1222); | ||||
|     request.setRefundFee(111); | ||||
|     WxMpPayRefundResult result = this.wxService.getPayService().refund(request); | ||||
|     File keyFile = new File("E:\\dlt.p12"); | ||||
|     WxMpPayRefundResult result = this.wxService.getPayService().refund(request, keyFile); | ||||
|     System.err.println(result); | ||||
|   } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 BinaryWang
					BinaryWang