Package com.foxinmy.weixin4j.qy.test
Class PartyTest
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.test.TokenTest
-
- com.foxinmy.weixin4j.qy.test.PartyTest
-
public class PartyTest extends TokenTest
部门API测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description PartyApi
partyApi
-
Fields inherited from class com.foxinmy.weixin4j.qy.test.TokenTest
tokenManager, weixinAccount
-
-
Constructor Summary
Constructors Constructor Description PartyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create()
void
delete()
void
init()
void
list()
void
update()
-
-
-
Field Detail
-
partyApi
public PartyApi partyApi
-
-
Method Detail
-
init
public void init()
-
create
public void create() throws WeixinException
- Throws:
WeixinException
-
update
public void update() throws WeixinException
- Throws:
WeixinException
-
list
public void list() throws WeixinException
- Throws:
WeixinException
-
delete
public void delete() throws WeixinException
- Throws:
WeixinException
-
-