{
"appKey": "vientiane",
"operatorOrgId": "42",
"operatorOrgType": "1",
"operator": "11",
"activityId": "54045198712820028",
"businessSystemId": "expressBusiness",
"rankingId": 54045198715748768,
"startTime": "2021-11-01 00:00:00",
"userId": "274",
"pageNum": 1,
"pageSize": 10
}
curl --location --request POST '/ypc/vientiane/activity/queryRankingData' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "vientiane",
"operatorOrgId": "42",
"operatorOrgType": "1",
"operator": "11",
"activityId": "54045198712820028",
"businessSystemId": "expressBusiness",
"rankingId": 54045198715748768,
"startTime": "2021-11-01 00:00:00",
"userId": "274",
"pageNum": 1,
"pageSize": 10
}'
{
"code": "string",
"message": "string",
"data": 0,
"success": true
}