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 | 固定为 Sns.CallbackFriendDelete |
contenttype | 固定值为 JSON |
ClientIP | 客户端 IP,格式如:127.0.0.1 |
OptPlatform |
{"CallbackCommand": "Sns.CallbackFriendDelete","PairList": [{"From_Account": "id","To_Account": "id1"},{"From_Account": "id","To_Account": "id2"},{"From_Account": "id","To_Account": "id3"}]}
字段 | 类型 | 说明 |
CallbackCommand | String | 回调命令 |
PairList | Array | 成功删除的好友 |
From_Account | String | From_Account 的好友表中删除了 To_Account |
To_Account | String | To_Account 从 From_Account 的好友表中删除 |
{"ActionStatus": "OK","ErrorCode": 0,"ErrorInfo": ""}
字段 | 类型 | 属性 | 说明 |
ActionStatus | String | 必填 | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 必填 | 错误码,0表示 App 后台处理成功,1表示 App 后台处理失败 |
ErrorInfo | String | 必填 | 错误信息 |
本页内容是否解决了您的问题?