public class Ban extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BanListResult |
getList(BanListModel model)
查询禁言用户列表
|
RongCloud |
getRongCloud() |
Result |
set(BanModel model)
设置用户禁言
url "/user/chat/fb/set"
docs "https://docs.rongcloud.cn/v4/5X/views/im/server/user/ban.html#ban-set"
|
void |
setRongCloud(RongCloud rongCloud) |
public RongCloud getRongCloud()
public void setRongCloud(RongCloud rongCloud)
public Result set(BanModel model) throws Exception
model - userId(必传) state(必传) type(必传)Exceptionpublic BanListResult getList(BanListModel model) throws Exception
model:num - offset type(必传)ExceptionCopyright © 2022 RcongCloud Group. All rights reserved.