Package com.foxinmy.weixin4j.qy.test
Class UserTest
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.test.TokenTest
-
- com.foxinmy.weixin4j.qy.test.UserTest
-
public class UserTest extends TokenTest
用户API测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description MediaApi
mediaApi
UserApi
userApi
-
Fields inherited from class com.foxinmy.weixin4j.qy.test.TokenTest
tokenManager, weixinAccount
-
-
Constructor Summary
Constructors Constructor Description UserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
batchUpload()
void
convert()
void
create()
void
delete()
void
get()
void
init()
void
invite()
void
list()
void
update()
-
-
-
Method Detail
-
init
public void init()
-
create
public void create() throws WeixinException
- Throws:
WeixinException
-
batchUpload
public void batchUpload() throws WeixinException
- Throws:
WeixinException
-
update
public void update() throws WeixinException
- Throws:
WeixinException
-
get
public void get() throws WeixinException
- Throws:
WeixinException
-
list
public void list() throws WeixinException
- Throws:
WeixinException
-
delete
public void delete() throws WeixinException
- Throws:
WeixinException
-
invite
public void invite() throws WeixinException
- Throws:
WeixinException
-
convert
public void convert() throws WeixinException
- Throws:
WeixinException
-
-