Platform API
After accepting a friend request
Synchronize a newly established friendship.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterAddFriendAgreeCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterAddFriendAgreeCommand. |
| fromUserID | string | User performing the action |
| blackUserID | string | Counterparty user ID |
| HandleResult | int | Request handling result |
| HandleMsg | string | Handling message |
Response
Return HTTP success promptly. The relationship operation is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterAddFriendAgree. - Process idempotently using the relationship key and
operationID. - The protocol retains these historical field names.
Was this page helpful?