{
"appKey": "123",
"data": {
"activityId": "31734074184321574"
},
"operator": "98092710",
"operatorOrgId": "",
"operatorOrgType": ""
}
curl --location --request POST '/ypc/vientiane/activity/point/lottery/statistics' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "123",
"data": {
"activityId": "31734074184321574"
},
"operator": "98092710",
"operatorOrgId": "",
"operatorOrgType": ""
}'
{
"code": "200",
"message": null,
"data": {
"activityId": 31734074184321576,
"activityName": "邀请有礼活动--每满奖励",
"peopleCount": 28,
"count": 40,
"register": 0,
"startTime": "2021-05-11 10:00:00",
"endTime": "2021-05-22 17:51:00"
},
"success": true
}