Package com.foxinmy.weixin4j.mp.test
Class HelpTest
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.test.TokenTest
-
- com.foxinmy.weixin4j.mp.test.HelpTest
-
public class HelpTest extends TokenTest
-
-
Field Summary
-
Fields inherited from class com.foxinmy.weixin4j.mp.test.TokenTest
tokenManager, weixinAccount
-
-
Constructor Summary
Constructors Constructor Description HelpTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-