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 | 固定为:C2C.CallbackAfterMsgWithDraw |
contenttype | 请求包体固定为 JSON |
ClientIP | 客户端 IP,格式如:127.0.0.1 |
OptPlatform |
{"CallbackCommand": "C2C.CallbackAfterMsgWithDraw", // 回调命令"From_Account": "jared", // 发送者"To_Account": "Jonh", // 接收者"MsgKey": "48374_2837546_1557481126", //消息的唯一标识"UnreadMsgNum": 7 // To_Account 未读的单聊消息总数量}
字段 | 类型 | 说明 |
CallbackCommand | String | 回调命令 |
From_Account | String | 消息发送者 UserID |
To_Account | String | 消息接收者 UserID |
MsgKey | String | 该条消息的唯一标识 |
UnreadMsgNum | Integer | To_Account 未读的单聊消息总数量(包含所有的单聊会话) |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0 // 0为回调成功,1为回调出错}
字段 | 类型 | 属性 | 说明 |
ActionStatus | String | 必填 | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 必填 | 错误码,0为回调成功;1为回调出错 |
ErrorInfo | String | 必填 | 错误信息 |
本页内容是否解决了您的问题?