文档
测试

社区排行榜

GET
http://gprp.4399.com/cg/kuaibao/ugc/community/rankingList

接口描述

社区排行榜

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:OK
必填
data
array
数据列表
必填
uid
int
示例:1111
必填
totalCreationNum
int
总创建数
必填
totalCreationScore
int
总创建分
必填
postsCreationNum
int
帖子创建数
必填
postsCreateScore
int
帖子创建分
必填
videoCreationNum
int
视频创建数
必填
videoCreationScore
int
视频创建分
必填
commentCreationNum
int
评论创建数
必填
commentCreationScore
int
评论创建分
必填
collectionCreationNum
int
游戏单创建数
必填
collectionCreationScore
int
游戏单创建分
必填

响应参数(示例)

```json { "code": 200, "msg": "OK", "data": [ { "uid": 1111, "totalCreationNum": 1, "totalCreationScore": 1.0, "postsCreationNum": 1, "postsCreateScore": 1.0, "videoCreationNum": 1, "videoCreationScore": 1.0, "commentCreationNum": 1, "commentCreationScore": 1.0, "collectionCreationNum": 1, "collectionCreationScore": 1.0 } ] } ```