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

Method setFriendRemark

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

设置好友备注 @param appId @return

(String appId,String wxid,String remark)

Source from the content-addressed store, hash-verified

116 * @return
117 */
118 public static JSONObject setFriendRemark(String appId,String wxid,String remark){
119 JSONObject param = new JSONObject();
120 param.put("appId",appId);
121 param.put("wxid",wxid);
122 param.put("onlyChat",remark);
123 return OkhttpUtil.postJSON("/contacts/setFriendRemark",param);
124 }
125
126 /**
127 * 获取手机通讯录

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected