SDKAppID
contained in the request URL is the SDKAppID
of the app.https://www.example.com
.
Example:https://www.example.com?SdkAppid=$SDKAppID&CallbackCommand=$CallbackCommand&contenttype=json&ClientIP=$ClientIP&OptPlatform=$OptPlatform
Parameter | Description |
https | The request protocol is HTTPS, and the request method is POST. |
www.example.com | Callback URL |
SdkAppid | The SDKAppID assigned by the Chat console when the app is created |
CallbackCommand | Fixed value: Group.CallbackOnDailyGroupQuotaAlarm . |
contenttype | Fixed value: JSON . |
ClientIP | Client IP, such as 127.0.0.1 |
OptPlatform | Client platform. For valid values, see the description of OptPlatform in the Callback Protocols section of Third-Party Callback Overview. |
{"CallbackCommand": "Group.CallbackOnDailyGroupQuotaAlarm", // Callback command"QuotaUsed" : 7321, // daily newly created groups"Quota": 10000, // daily newly created groups limit"EventTime":"1670574414123"// timestamp}
Parameter | Type | Description |
CallbackCommand | String | Callback command |
QuotaUsed | Integer | Daily newly created groups |
Quota | Integer | Daily newly created groups limit |
EventTime | Integer | Timestamp |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0}
Object | Type | Required | Description |
ActionStatus | String | Yes | Request result. Valid values: OK (success); FAIL : (failure). |
ErrorCode | Integer | Yes | Error code. We recommend you set it to 0 . |
ErrorInfo | String | Yes | Error information |