https://www.example.com
。
示例:https://www.example.com?SdkAppid=$SDKAppID&CallbackCommand=$CallbackCommand&contenttype=json&ClientIP=$ClientIP&OptPlatform=$OptPlatform
参数 | 说明 |
https | 请求协议为 HTTPS,请求方式为 POST |
www.example.com | 回调 URL |
SdkAppid | 创建应用时在即时通信 IM 控制台分配的 SDKAppID |
CallbackCommand | 固定为 Group.CallbackAfterMemberExit |
contenttype | 固定值为 JSON |
ClientIP | 客户端 IP,格式如:127.0.0.1 |
OptPlatform |
{"CallbackCommand": "Group.CallbackAfterMemberExit", // 回调命令"GroupId": "@TGS#2J4SZEAEL", // 群组 ID"Type": "Public", // 群组类型"ExitType": "Kicked", // 成员离开方式:Kicked-被踢;Quit-主动退群"Operator_Account": "leckie", // 操作者"ExitMemberList": [ // 离开群的成员列表{"Member_Account": "jared"},{"Member_Account": "tommy"}],"EventTime":"1670574414123"//毫秒级别,事件触发时间戳}
字段 | 类型 | 说明 |
CallbackCommand | String | 回调命令 |
GroupId | String | 产生群消息的群组 ID |
Type | String | |
ExitType | String | 成员离开方式:Kicked 为被群主移出群聊;Quit 为主动退群 |
Operator_Account | String | 退群者 UserID |
ExitMemberList | Array | 退出群的成员列表 |
EventTime | Integer | 事件触发的毫秒级别时间戳 |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0 // 忽略应答结果}
字段 | 类型 | 属性 | 说明 |
ActionStatus | String | 必填 | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 必填 | 错误码,0表示允许忽略应答结果 |
ErrorInfo | String | 必填 | 错误信息 |
本页内容是否解决了您的问题?