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.CallbackPrevFriendResponse |
contenttype | 固定值为:json |
ClientIP | 客户端 IP,格式如:127.0.0.1 |
OptPlatform |
{"CallbackCommand": "Sns.CallbackPrevFriendResponse","Requester_Account": "id","From_Account": "id","ResponseFriendItem": [{"To_Account": "id1","Remark": "remark1","TagName": "group1","ResponseAction": "Response_Action_AgreeAndAdd"},{"To_Account": "id2","Remark": "remark2","TagName": "group2","ResponseAction": "Response_Action_Reject"}],"EventTime": 1631777645424}
字段 | 类型 | 说明 |
CallbackCommand | String | 回调命令 |
Requester_Account | String | 添加好友回应请求发起方的 UserID |
From_Account | String | 请求加好友回应的用户的 UserID |
ResponseFriendItem | Array | 加好友回应请求的参数 |
To_Account | String | 请求回应的用户的 UserID |
Remark | String | From_Account 对 To_Account 设置的好友备注,详情可参见 标配好友字段 |
TagName | String | From_Account 对 To_Account 设置的好友分组,详情可参见 标配好友字段 |
ResponseAction | String | 加好友回应方式: Response_Action_AgreeAndAdd 表示同意且添加对方为好友 Response_Action_Agree 表示同意对方加自己为好友 Response_Action_Reject 表示拒绝对方的加好友请求 |
EventTime | Integer | 毫秒时间戳 |
{"ActionStatus": "OK","ErrorCode": 0,"ErrorInfo": "","ResultItem": [{"To_Account": "id1","ResultCode": 0,"ResultInfo": ""},{"To_Account": "id2","ResultCode": 0,"ResultInfo": ""}]}
字段 | 类型 | 属性 | 说明 |
ActionStatus | String | 必填 | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 必填 | 错误码: 0表示 App 后台处理成功 非0值表示 App 后台处理失败,默认放过 如果 App 后台处理失败,请将错误码设置在[38000, 39000] |
ErrorInfo | String | 必填 | 错误信息 |
ResultItem | Array | 必填 | App 后台的处理结果 |
To_Account | String | 必填 | 请求添加的用户的 UserID |
ResultCode | Integer | 必填 | 错误码: 0表示允许加好友 非0值表示不允许加好友 如果不允许加好友,请将错误码设置在[38000, 39000] |
ResultInfo | String | 必填 | 错误信息 |
本页内容是否解决了您的问题?