https://www.example.com
示例:https://www.example.com?SdkAppid=$SDKAppID&CallbackCommand=$CallbackCommand&OptPlatform=$OptPlatform&contenttype=json
参数 | 说明 |
https | 请求协议为 HTTPS,请求方式为 POST |
www.example.com | 回调 URL |
SdkAppid | 创建应用时在即时通信 IM 控制台分配的 SDKAppID |
CallbackCommand | 固定为 Alert.RequestOverLimit |
contenttype | 固定值为 JSON |
OptPlatform |
{ "CallbackCommand": "Alert.RequestOverLimit", "ServiceName": "openim", "Command": "batchsendmsg", "Request": 510, "Limit": 200 }
字段 | 类型 | 说明 |
CallbackCommand | String | 固定为 Alert.RequestOverLimit |
ServiceName | String | 接口内部服务名,不同的 ServiceName 对应不同的服务类型 |
Command | String | 接口命令字,与 ServiceName 组合用来标识具体的业务功能 |
Request | Integer | 接口请求 QPS 频率 |
Limit | Integer | 接口请求 QPS 阈值 |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果: OK 表示处理成功 FAIL 表示失败 |
ErrorCode | Integer | 错误码 |
ErrorInfo | String | 错误说明 |
本页内容是否解决了您的问题?