群组类型 ID | 支持此 REST API |
Private | 不支持,同新版本中的 Work(好友工作群) |
Public | 不支持 |
ChatRoom | 不支持,同新版本中的 Meeting(临时会议群) |
AVChatRoom | 支持 |
Community(社群) | 不支持 |
https://xxxxxx/v4/group_open_http_svc/ban_group_member?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 中国: console.tim.qq.com 新加坡: adminapisgp.im.qcloud.com 首尔: adminapikr.im.qcloud.com 法兰克福: adminapiger.im.qcloud.com 硅谷: adminapiusa.im.qcloud.com 雅加达: adminapiidn.im.qcloud.com |
v4/group_open_http_svc/ban_group_member | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"GroupId": "@TGS#aJRGC4MH6", // 封禁成员的群id"Members_Account":[brennanli3", "brennanli12], //封禁成员的id,单次请求最大20个限制"Duration":3600, //封禁时长,单位是秒"Description": "you are banned because of irregularities" //封禁信息,最大长度1000字节}
字段 | 类型 | 属性 | 说明 |
GroupId | String | 必填 | 封禁成员的群 ID |
Members_Account | Array | 必填 | 封禁的群成员账号 ID,单次请求最大20个 |
Duration | Integer | 必填 | 封禁时长,单位秒,无符号32位数字 |
Description | String | 选填 | 封禁信息,最大长度1000字节 |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
错误码 | 描述 |
10002 | 服务器内部错误,请重试 |
10003 | 请求命令字非法 |
10004 | 参数非法,请根据错误描述检查请求是否正确 |
10005 | 封禁成员超过单次请求20个的最大限制 |
10007 | 操作权限不足,例如 控制台开关没打开 或者 操作账号不是 root 账号 |
本页内容是否解决了您的问题?