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

Method a

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

@param appId @return

(String appId)

Source from the content-addressed store, hash-verified

17 * @return
18 */
19 public static JSONObject a(String appId){
20 JSONObject param = new JSONObject();
21 param.put("appId",appId);
22 return OkhttpUtil.postJSON("/login/checkOnline",param);
23 }
24
25 /**
26 * 获取通讯录列表

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected