Package com.foxinmy.weixin4j.mp.test
Class CardTest
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.test.TokenTest
-
- com.foxinmy.weixin4j.mp.test.CardTest
-
public class CardTest extends TokenTest
卡券测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Field Summary
-
Fields inherited from class com.foxinmy.weixin4j.mp.test.TokenTest
tokenManager, weixinAccount
-
-
Constructor Summary
Constructors Constructor Description CardTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createCardCoupon()
创建卡券测试void
createCardQR()
创建卡券二维码void
init()
void
setCardPayCell()
设置卡券买单void
setCardSelfConsumeCell()
设置自助核销
-
-
-
Method Detail
-
init
public void init()
-
createCardCoupon
public void createCardCoupon() throws WeixinException
创建卡券测试- Throws:
WeixinException
-
setCardPayCell
public void setCardPayCell() throws WeixinException
设置卡券买单- Throws:
WeixinException
-
setCardSelfConsumeCell
public void setCardSelfConsumeCell() throws WeixinException
设置自助核销- Throws:
WeixinException
-
createCardQR
public void createCardQR() throws WeixinException
创建卡券二维码- Throws:
WeixinException
-
-