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