We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe1c06 commit a0dc8caCopy full SHA for a0dc8ca
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpPayServiceImplTest.java
@@ -44,7 +44,8 @@ public void testRefund() throws Exception {
44
request.setOutTradeNo("1111");
45
request.setTotalFee(1222);
46
request.setRefundFee(111);
47
- WxMpPayRefundResult result = this.wxService.getPayService().refund(request);
+ File keyFile = new File("E:\\dlt.p12");
48
+ WxMpPayRefundResult result = this.wxService.getPayService().refund(request, keyFile);
49
System.err.println(result);
50
}
51
0 commit comments