获取好友分组列表
POST
/get_friends_with_category
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/get_friends_with_category' \
--header 'Content-Type: application/json' \
--data-raw '{}'
响应示例响应示例
{
"status": "ok",
"retcode": 0,
"data": [
{
"categoryId": 0,
"categorySortId": 0,
"categoryName": "string",
"categoryMbCount": 0,
"onlineCount": 0,
"buddyList": [
{
"birthday_year": 0,
"birthday_month": 0,
"birthday_day": 0,
"user_id": 0,
"age": 0,
"phone_num": "string",
"email": "string",
"category_id": 0,
"nickname": "string",
"remark": "string",
"sex": "string",
"level": 0
}
]
}
],
"message": "string",
"wording": "string",
"echo": "string"
}
请求参数
Body 参数application/json