{
"peerId": "user_123456",
"chatsType": "friend",
"sourceType": "internal",
"chatsName": "与张三的聊天",
"chatsIcon": "https://example.com/avatar.jpg",
"sourceAppId": "app_12345",
"webHookUrl": "https://example.com/webhook",
"badgeIconUrl": "https://example.com/badge.png"
}
{
"success": true,
"message": "string",
"code": 0,
"data": {
"chats_id": 0,
"user_id": "string",
"peer_id": "string",
"chats_key": "string",
"chats_type": "friend",
"source_type": "internal",
"chats_name": "string",
"chats_icon": "string",
"unread_count": 0,
"last_message_content": "string",
"last_message_type": "string",
"last_send_time": "2019-08-24T14:15:22Z"
}
}