Package com.foxinmy.weixin4j.mp.test
Class QRTest
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.test.TokenTest
-
- com.foxinmy.weixin4j.mp.test.QRTest
-
public class QRTest 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 QRTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forever_qr_int()
void
forever_qr_str()
void
init()
void
temp_qr()
-
-
-
Method Detail
-
init
public void init() throws WeixinException
- Throws:
WeixinException
-
temp_qr
public void temp_qr() throws WeixinException, IOException
- Throws:
WeixinException
IOException
-
forever_qr_int
public void forever_qr_int() throws WeixinException, IOException
- Throws:
WeixinException
IOException
-
forever_qr_str
public void forever_qr_str() throws WeixinException, IOException
- Throws:
WeixinException
IOException
-
-