扫码进群 @param appId @return
(String appId, String qrUrl)
| 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 | * 确认进群申请 |