获取领头雁活动积分排行榜
URL: http://apiwjjtest.cnlive.com/Daren/integralActivity/getIntegralRank.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| actId | String | true | 活动id 传 1007 |
| pageNo | long | true | 页码 |
| pageSize | long | true | 显示条数 |
返回格式: JSON
返回格式样例:
{
"data": {
"userInfo": [
{
"userIntegral": "363.0",
"userIcon": {
"image": "http://yweb0.cnliveimg.com/images/headImg/2020/0416/1587018235337_small.jpg",
"nickName": "麻辣小龙虾",
"userId": "10513196"
}
}
],
"haseNextPage": false,
"nextPage": 1
},
"errorCode": "0",
"errorMessage": "成功"
}