5.4 邀请排行榜.md
1.11 KB
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| uid | true | string | 用户ID |
返回格式说明:
{
"errorCode": "0",
"errorMessage": "成功",
"data": {
"point": 100,
"totalNumber": 1,
"rankingBeans": [
{
"rankId": 1,
"num": 30,
"nickName": "小李",
"point": 500000
},
{
"rankId": 2,
"num": 10,
"nickName": "小王",
"point": 300000
},
{
"rankId": 3,
"num": 10,
"nickName": "马小马",
"point": 200000
}
]
}
}
{
"errorCode":"1",
"errorMessage":"请求参数无效"
}