瀏覽代碼

完善测试

master
Binary Wang 6 年之前
父節點
當前提交
445b47b618
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImplTest.java

+ 4
- 0
weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImplTest.java 查看文件

@@ -230,6 +230,10 @@ public class BaseWxPayServiceImplTest {
request.setActName("abc");
request.setClientIp("aaa");
request.setMchBillNo("aaaa");
request.setWishing("what");
request.setSendName("111");
request.setTotalAmount(1);
request.setTotalNum(1);
request.setReOpenid(((XmlWxPayConfig) this.payService.getConfig()).getOpenid());
WxPaySendRedpackResult redpackResult = this.payService.sendRedpack(request);
this.logger.info(redpackResult.toString());


Loading…
取消
儲存