mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
引入配置方法,使得微信支付能够支持仿真测试环境 #119
This commit is contained in:
@@ -73,7 +73,10 @@ public class WxMpPayServiceImplTest {
|
||||
*/
|
||||
@Test
|
||||
public void testRefundQuery() throws Exception {
|
||||
WxPayRefundQueryResult result = this.wxService.getPayService().refundQuery("1", "", "", "");
|
||||
WxPayRefundQueryResult result;
|
||||
|
||||
result = this.wxService.getPayService().refundQuery("1", "", "", "");
|
||||
System.err.println(result);
|
||||
result = this.wxService.getPayService().refundQuery("", "2", "", "");
|
||||
System.err.println(result);
|
||||
result = this.wxService.getPayService().refundQuery("", "", "3", "");
|
||||
|
||||
Reference in New Issue
Block a user