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

Method joinRoomUsingQRCode

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

扫码进群 @param appId @return

(String appId, String qrUrl)

Source from the content-addressed store, hash-verified

271 * @return
272 */
273 public static JSONObject joinRoomUsingQRCode(String appId, String qrUrl){
274 JSONObject param = new JSONObject();
275 param.put("appId",appId);
276 param.put("qrUrl",qrUrl);
277 return OkhttpUtil.postJSON("/group/joinRoomUsingQRCode",param);
278 }
279
280 /**
281 * 确认进群申请

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected