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

Method deleteFriend

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

删除好友 @param appId @return

(String appId,String wxid)

Source from the content-addressed store, hash-verified

91 * @return
92 */
93 public static JSONObject deleteFriend(String appId,String wxid){
94 JSONObject param = new JSONObject();
95 param.put("appId",appId);
96 param.put("wxid",wxid);
97 return OkhttpUtil.postJSON("/contacts/deleteFriend",param);
98 }
99
100 /**
101 * 设置好友仅聊天

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected