Package com.foxinmy.weixin4j.qy.test
Class ChatTest
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.test.TokenTest
-
- com.foxinmy.weixin4j.qy.test.ChatTest
-
public class ChatTest extends TokenTest
-
-
Field Summary
-
Fields inherited from class com.foxinmy.weixin4j.qy.test.TokenTest
tokenManager, weixinAccount
-
-
Constructor Summary
Constructors Constructor Description ChatTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearChatNotify()
void
createChat()
void
getChat()
void
init()
void
quitChat()
void
sendChatMessage()
void
updateChat()
-
-
-
Method Detail
-
init
public void init()
-
createChat
public void createChat() throws WeixinException
- Throws:
WeixinException
-
getChat
public void getChat() throws WeixinException
- Throws:
WeixinException
-
updateChat
public void updateChat() throws WeixinException
- Throws:
WeixinException
-
quitChat
public void quitChat() throws WeixinException
- Throws:
WeixinException
-
clearChatNotify
public void clearChatNotify() throws WeixinException
- Throws:
WeixinException
-
sendChatMessage
public void sendChatMessage() throws WeixinException
- Throws:
WeixinException
-
-