Package com.foxinmy.weixin4j.mp.test
Class HelperTest
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.test.TokenTest
-
- com.foxinmy.weixin4j.mp.test.HelperTest
-
public class HelperTest extends TokenTest
辅助API测试- 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 HelperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearQuota()
void
getAutoReplySetting()
void
getMenuSetting()
void
getWechatServerIp()
void
init()
-
-
-
Method Detail
-
init
public void init()
-
getWechatServerIp
public void getWechatServerIp() throws WeixinException
- Throws:
WeixinException
-
getMenuSetting
public void getMenuSetting() throws WeixinException
- Throws:
WeixinException
-
getAutoReplySetting
public void getAutoReplySetting() throws WeixinException
- Throws:
WeixinException
-
clearQuota
public void clearQuota() throws WeixinException
- Throws:
WeixinException
-
-