Package com.foxinmy.weixin4j.mp.test
Class CustomTest
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.test.TokenTest
-
- com.foxinmy.weixin4j.mp.test.CustomTest
-
public class CustomTest 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 CustomTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeSession()
void
createKfAccount()
void
createSession()
void
deleteKfAccount()
void
getSession()
void
getSessionList()
void
getSessionWaitList()
void
init()
void
kfChatRecord()
void
kfList()
void
updateKfAccount()
void
uploadKfAvatar()
-
-
-
Method Detail
-
init
public void init()
-
kfChatRecord
public void kfChatRecord() throws WeixinException
- Throws:
WeixinException
-
kfList
public void kfList() throws WeixinException
- Throws:
WeixinException
-
createKfAccount
public void createKfAccount() throws WeixinException
- Throws:
WeixinException
-
updateKfAccount
public void updateKfAccount() throws WeixinException
- Throws:
WeixinException
-
uploadKfAvatar
public void uploadKfAvatar() throws WeixinException, IOException
- Throws:
WeixinException
IOException
-
deleteKfAccount
public void deleteKfAccount() throws WeixinException, IOException
- Throws:
WeixinException
IOException
-
createSession
public void createSession() throws WeixinException
- Throws:
WeixinException
-
closeSession
public void closeSession() throws WeixinException
- Throws:
WeixinException
-
getSession
public void getSession() throws WeixinException
- Throws:
WeixinException
-
getSessionList
public void getSessionList() throws WeixinException
- Throws:
WeixinException
-
getSessionWaitList
public void getSessionWaitList() throws WeixinException
- Throws:
WeixinException
-
-