{
"appKey": "vientiane",
"operatorOrgId": "42",
"operatorOrgType": "1",
"operator": "11",
"data": {
"activityId": "54045198712820028",
"businessSystemId": "expressBusiness",
"rankingId": 54045198715748768,
"startTime": "2021-11-01 00:00:00",
"userId": "274",
"pageNum": 1,
"pageSize": 10
}
}
curl --location --request POST '/promotioncenter/activity/ranking/queryRankingData' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "vientiane",
"operatorOrgId": "42",
"operatorOrgType": "1",
"operator": "11",
"data": {
"activityId": "54045198712820028",
"businessSystemId": "expressBusiness",
"rankingId": 54045198715748768,
"startTime": "2021-11-01 00:00:00",
"userId": "274",
"pageNum": 1,
"pageSize": 10
}
}'
{
"code": "200",
"message": null,
"data": {
"pageNum": 1,
"pageSize": 3,
"pageTotal": 1,
"total": 3,
"dataList": [
{
"rank": 1,
"userId": "1000011002",
"userName": "-",
"phone": "18533343781",
"invitedCount": 2,
"completeTime": "2021-08-19 23:59:30",
"rankingRewardInfo": {
"name": "手机",
"type": 1,
"id": null,
"level": 1,
"issueMaxAmount": 1,
"imgUrl": "http://dummyimage.com/400x400",
"count": null
}
},
{
"rank": 2,
"userId": "1000011000",
"userName": "崔倍倍",
"phone": "18533343781",
"invitedCount": 1,
"completeTime": "2021-08-19 15:33:07",
"rankingRewardInfo": {
"name": "积分",
"type": 2,
"id": null,
"level": 2,
"issueMaxAmount": 1,
"imgUrl": "http://dummyimage.com/400x400",
"count": null
}
},
{
"rank": 3,
"userId": "1000011001",
"userName": "123",
"phone": "18533343781",
"invitedCount": 1,
"completeTime": "2021-08-19 23:20:30"
}
]
},
"success": true
}