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

Method fetchContactsList

src/main/java/api/base/ContactApi.java:30–34  ·  view source on GitHub ↗

获取通讯录列表 @param appId @return

(String appId)

Source from the content-addressed store, hash-verified

28 * @return
29 */
30 public static JSONObject fetchContactsList(String appId){
31 JSONObject param = new JSONObject();
32 param.put("appId",appId);
33 return OkhttpUtil.postJSON("/contacts/fetchContactsList",param);
34 }
35
36 /**
37 * 获取群/好友简要信息

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected