获取点赞列表
POST
/get_profile_like
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/get_profile_like' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"start": 0,
"count": 10
}'
响应示例响应示例
{
"status": "ok",
"retcode": 0,
"data": {
"uid": "string",
"time": 0,
"favoriteInfo": {
"total_count": 0,
"last_time": 0,
"today_count": 0,
"userInfos": [
{
"uid": "string",
"src": 0,
"latestTime": 0,
"count": 0,
"giftCount": 0,
"customId": 0,
"lastCharged": 0,
"bAvailableCnt": 0,
"bTodayVotedCnt": 0,
"nick": "string",
"gender": 0,
"age": 0,
"isFriend": true,
"isvip": true,
"isSvip": true,
"uin": 0
}
]
},
"voteInfo": {
"total_count": 0,
"new_count": 0,
"new_nearby_count": 0,
"last_visit_time": 0,
"userInfos": [
{
"uid": "string",
"src": 0,
"latestTime": 0,
"count": 0,
"giftCount": 0,
"customId": 0,
"lastCharged": 0,
"bAvailableCnt": 0,
"bTodayVotedCnt": 0,
"nick": "string",
"gender": 0,
"age": 0,
"isFriend": true,
"isvip": true,
"isSvip": true,
"uin": 0
}
]
}
},
"message": "string",
"wording": "string",
"echo": "string"
}
请求参数
Body 参数application/json