We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cf632 commit 445b47bCopy full SHA for 445b47b
weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImplTest.java
@@ -230,6 +230,10 @@ public void testSendRedpack() throws Exception {
230
request.setActName("abc");
231
request.setClientIp("aaa");
232
request.setMchBillNo("aaaa");
233
+ request.setWishing("what");
234
+ request.setSendName("111");
235
+ request.setTotalAmount(1);
236
+ request.setTotalNum(1);
237
request.setReOpenid(((XmlWxPayConfig) this.payService.getConfig()).getOpenid());
238
WxPaySendRedpackResult redpackResult = this.payService.sendRedpack(request);
239
this.logger.info(redpackResult.toString());
0 commit comments