public class WpimCommunityAction
extends java.lang.Object
| 构造器和说明 |
|---|
WpimCommunityAction(WpimApiConfig config)
群组功能处理类构造函数
|
public WpimCommunityAction(WpimApiConfig config)
config - 即时通接口配置public org.json.JSONObject create(org.json.JSONObject community)
community - 群组资料public org.json.JSONObject update(int communityId,
org.json.JSONObject community)
communityId - 群组IDcommunity - 群组资料public org.json.JSONObject delete(int communityId)
communityId - 群组IDpublic org.json.JSONObject read(int communityId)
communityId - 群组ID