mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 05:07:46 +08:00
重构微信支付申请退款接口 for issue #25
This commit is contained in:
parent
5fe1c061f2
commit
a0dc8ca1ea
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user