MCPcopy Create free account
hub / github.com/Devo919/Gewechat / adminOperate

Method adminOperate

src/main/java/api/base/GroupApi.java:233–240  ·  view source on GitHub ↗

管理员操作 @param appId @return

(String appId,String chatroomId,List<String> wxids,Integer operType)

Source from the content-addressed store, hash-verified

231 * @return
232 */
233 public static JSONObject adminOperate(String appId,String chatroomId,List<String> wxids,Integer operType){
234 JSONObject param = new JSONObject();
235 param.put("appId",appId);
236 param.put("wxids",wxids);
237 param.put("operType",operType);
238 param.put("chatroomId",chatroomId);
239 return OkhttpUtil.postJSON("/group/adminOperate",param);
240 }
241
242 /**
243 * 聊天置顶

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected