{
"appKey": "vientiane",
"operatorOrgId": "42",
"operatorOrgType": "1",
"operator": "11",
"activity": {
"businessSystemId": "expressBusiness",
"activityName": "排行活动",
"activityType": "RANKING_ACTIVITY",
"activityDescription": "dd",
"startTime": "2021-11-04 12:00:00",
"endTime": "2021-11-12 12:00:00",
"additionalJson": {
"rankingInfoList": [
{
"rankingName": "日榜",
"rankingType": 1,
"rankingTimeRemark": "每日",
"rankingRewardInfoList": [
{
"name": "手机",
"type": 1,
"id": "",
"level": 1,
"issueMaxAmount": 3,
"imgUrl": "http://dummyimage.com/400x400"
},
{
"name": "积分",
"type": 2,
"id": "",
"level": 2,
"issueMaxAmount": 10,
"imgUrl": "http://dummyimage.com/400x400"
}
]
},
{
"rankingName": "月榜",
"rankingType": 2,
"rankingTimeRemark": "每月",
"rankingRewardInfoList": [
{
"name": "电脑",
"type": 1,
"id": "",
"level": 1,
"issueMaxAmount": 2,
"imgUrl": "http://dummyimage.com/400x400"
},
{
"name": "积分",
"type": 2,
"id": "",
"level": 2,
"issueMaxAmount": 20,
"imgUrl": "http://dummyimage.com/400x400"
}
]
}
],
"backgroundInfo": {
"imgUrl": "http://dummyimage.com/400x400",
"color": "non pariatur in sed"
},
"shareConfigInfo": {
"title": "分享",
"description": "分享",
"imgUrl": "http://dummyimage.com/400x400"
}
},
"rules": []
}
}
curl --location --request POST '/ypc/vientiane/activity/createThemeActivity' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "vientiane",
"operatorOrgId": "42",
"operatorOrgType": "1",
"operator": "11",
"activity": {
"businessSystemId": "expressBusiness",
"activityName": "排行活动",
"activityType": "RANKING_ACTIVITY",
"activityDescription": "dd",
"startTime": "2021-11-04 12:00:00",
"endTime": "2021-11-12 12:00:00",
"additionalJson": {
"rankingInfoList": [
{
"rankingName": "日榜",
"rankingType": 1,
"rankingTimeRemark": "每日",
"rankingRewardInfoList": [
{
"name": "手机",
"type": 1,
"id": "",
"level": 1,
"issueMaxAmount": 3,
"imgUrl": "http://dummyimage.com/400x400"
},
{
"name": "积分",
"type": 2,
"id": "",
"level": 2,
"issueMaxAmount": 10,
"imgUrl": "http://dummyimage.com/400x400"
}
]
},
{
"rankingName": "月榜",
"rankingType": 2,
"rankingTimeRemark": "每月",
"rankingRewardInfoList": [
{
"name": "电脑",
"type": 1,
"id": "",
"level": 1,
"issueMaxAmount": 2,
"imgUrl": "http://dummyimage.com/400x400"
},
{
"name": "积分",
"type": 2,
"id": "",
"level": 2,
"issueMaxAmount": 20,
"imgUrl": "http://dummyimage.com/400x400"
}
]
}
],
"backgroundInfo": {
"imgUrl": "http://dummyimage.com/400x400",
"color": "non pariatur in sed"
},
"shareConfigInfo": {
"title": "分享",
"description": "分享",
"imgUrl": "http://dummyimage.com/400x400"
}
},
"rules": []
}
}'
{
"code": "string",
"message": "string",
"data": 0,
"success": true
}