{
"appKey": "string",
"operator": "string",
"operatorOrgId": "string",
"operatorOrgType": "string",
"data": {
"activityId": 0,
"userId": "string",
"userLevel": "string",
"mobilePhone": "string",
"pointSystemId": "string",
"businessSystemId": "string"
}
}
curl --location --request POST '/promotioncenter/activity/verifyActivityRule' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "string",
"operator": "string",
"operatorOrgId": "string",
"operatorOrgType": "string",
"data": {
"activityId": 0,
"userId": "string",
"userLevel": "string",
"mobilePhone": "string",
"pointSystemId": "string",
"businessSystemId": "string"
}
}'
{
"code": "200",
"message": null,
"data": null,
"success": true
}