{
"appKey":"1111",
"operator":"louxiangyang",
"operatorOrgId":"",
"operatorOrgType":"",
"data":{
"userId":1,
"activityId":1864495396735088
}
}
curl --location --request POST '/promotioncenter/activity/query/deliver/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"1111",
"operator":"louxiangyang",
"operatorOrgId":"",
"operatorOrgType":"",
"data":{
"userId":1,
"activityId":1864495396735088
}
}'
{
"code": "200",
"message": null,
"data": {
"finishedCount": 1,
"notFinishCount": 1,
"taskOpen": true
},
"success": true
}