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.CallbackSendMsgException |
contenttype | 固定值为 JSON |
OptPlatform |
{"CallbackCommand": "Group.CallbackSendMsgException", // 回调命令"GroupId": "@TGS#2J4SZEAEL", // 群组 ID"Type": "Public", // 群组类型"From_Account": "jared", // 发送者"Operator_Account":"admin", // 请求的发起者"Random": 123456, // 随机数"OnlineOnlyFlag": 1, //在线消息,为1,否则为0;直播群忽略此属性,为默认值0。"MsgBody": [ // 消息体,参见 TIMMessage 消息对象{"MsgType": "TIMTextElem", // 文本"MsgContent": {"Text": "red packet"}}],"CloudCustomData": "your cloud custom data","ErrorCode": 10023, // 消息异常错误码"ErrorInfo": "msg count exceeds limit,please retry later", // 消息异常详细信息"EventTime":"1670574414123"//毫秒级别,事件触发时间戳}
字段 | 类型 | 说明 |
CallbackCommand | String | 回调命令 |
GroupId | String | 产生群消息的群组 ID |
Type | String | |
From_Account | String | 消息发送者 UserID |
Operator_Account | String | 请求发起者 UserID,可以用来识别是否为管理员请求的 |
Random | Integer | 发消息请求中的 32 位随机数 |
OnlineOnlyFlag | Integer | 在线消息,为1,否则为0;直播群忽略此属性,为默认值0。 |
MsgBody | Array | 消息体,具体参见 消息格式描述 |
CloudCustomData | String | 消息自定义数据(云端保存,会发送到对端,程序卸载重装后还能拉取到) |
ErrorCode | Interger | 消息异常错误码,更多的错误码请参见群组错误码 |
ErrorInfo | String | 消息异常详细信息 |
EventTime | Integer | 事件触发的毫秒级别时间戳 |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0}
字段 | 类型 | 属性 | 说明 |
ActionStatus | String | 必填 | 请求处理的结果,固定填OK |
ErrorCode | Integer | 必填 | 错误码,固定填0 |
ErrorInfo | String | 必填 | 错误信息,固定为空字符串 |
本页内容是否解决了您的问题?