{
"appKey": "100001",
"operator": 6091971,
"operatorOrgId": "",
"operatorOrgType": "",
"data": {
"userId": "53464564",
"activityId": "192219397317703640"
}
}
curl --location --request POST '/promotioncenter/activity/getUserActivityInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "100001",
"operator": 6091971,
"operatorOrgId": "",
"operatorOrgType": "",
"data": {
"userId": "53464564",
"activityId": "192219397317703640"
}
}'
{
"code": "200",
"message": null,
"data": {
"userId": "98054542154202",
"mobilePhone": null,
"everyRemainTimes": 2,
"totalRemainTimes": 0,
"activityId": "192219397317703507",
"numerical": 1
},
"success": true
}