Package com.foxinmy.weixin4j.base.test
Class CashTest
- java.lang.Object
-
- com.foxinmy.weixin4j.base.test.PayTest
-
- com.foxinmy.weixin4j.base.test.CashTest
-
public class CashTest extends PayTest
现金发放测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description CashTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
queryCorpPayment()
void
queryRedpacket()
void
sendCorpPayment()
void
sendRedpacket()
-
Methods inherited from class com.foxinmy.weixin4j.base.test.PayTest
closeOrder, downbill, interfaceReport, nativePay, queryOrder, queryRefund, refund, shortUrl, testMicroPay
-
-
-
-
Method Detail
-
sendRedpacket
public void sendRedpacket() throws WeixinException
- Throws:
WeixinException
-
queryRedpacket
public void queryRedpacket() throws WeixinException
- Throws:
WeixinException
-
sendCorpPayment
public void sendCorpPayment() throws WeixinException
- Throws:
WeixinException
-
queryCorpPayment
public void queryCorpPayment() throws WeixinException
- Throws:
WeixinException
-
-