On this page
统计用户相关数据
接口功能
统计用户相关数据
URL
支持格式
JSON
HTTP请求方式
GET
HEADERS
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
token | false | string | token |
请求参数
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
id | true | int | 用户id |
接口示例
json5
{
"msg": "获取成功",
"data": {
"post_count": 6,
"comments_count": 3,
"today_posts_count": 0,
"withfollow_count": 2,
"withfen_count": 2,
"total_ding_count": 0,
"friend_count": 2
}
}