{
"appKey": "10001",
"operator": "zjx",
"operatorOrgId": "6666",
"operatorOrgType": "1",
"data": {
"activityKeyword": "150457231275027891"
}
}
curl --location --request POST '/promotioncenter/activity/getWebActivityPopularizeList' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "10001",
"operator": "zjx",
"operatorOrgId": "6666",
"operatorOrgType": "1",
"data": {
"activityKeyword": "150457231275027891"
}
}'
{
"code": "200",
"message": null,
"data": {
"pageNum": 1,
"pageSize": 10,
"pageTotal": 1,
"total": 1,
"dataList": [
{
"id": 150457231275027900,
"activityName": "推广测试",
"activityType": "推广活动",
"businessSystemId": "123456",
"activityStatus": "进行中",
"createBy": "98092688",
"modifyBy": "98092688",
"createTime": "2021-03-31 19:58:25",
"modifyTime": "2021-03-31 19:58:25",
"startTime": "2021-03-30 16:30:00",
"endTime": "2021-04-04 16:35:00",
"pushFrequency": 1
}
]
},
"success": true
}