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.CallbackAfterTopicInfoChanged |
contenttype | 固定值为 JSON |
ClientIP | 客户端 IP,格式如:127.0.0.1 |
OptPlatform |
{"CallbackCommand": "Group.CallbackAfterTopicInfoChanged", // 回调命令"GroupId" : "@TGS#2J4SZEAEL", // 被变动的话题资料所属的群组ID"Type": "Community", // 群组类型"Operator_Account": "leckie", // 操作者"Name": "TestTopic", // 变动后话题的名称"Introduction": "TestIntroduction", //变动后的话题公告"Notification": "NewNotification", // 变动后的话题公告"FaceUrl": "http://this.is.face.url" // 变动后的话题头像URL}
字段 | 类型 | 说明 |
CallbackCommand | String | 回调命令 |
GroupId | String | 被变动的话题资料所属的群组ID |
Type | String | 代表解散话题所属的群组类型,这里为Community |
Operator_Account | String | 操作者 UserID |
Name | String | 变动后的话题名称 |
Introduction | String | 变动后的话题简介 |
Notification | String | 变动后的话题公告 |
FaceUrl | String | 变动后的话题头像 URL |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0 // 忽略应答结果}
对象 | 介绍 | 功能 | 功能 |
ActionStatus | String | 必填 | 请求处理的结果,OK 表示处理成功,FAIL 表示失败。 |
ErrorCode | Integer | 必填 | 错误码,0表示允许忽略应答结果 |
ErrorInfo | String | 必填 | 错误信息 |
本页内容是否解决了您的问题?