{
"appKey": "100001",
"operator": "11111",
"operatorOrgId": "",
"operatorOrgType": "",
"data": {
"activityId": "150457231275032402",
"code": "",
"businessSystemId": "expressBusiness",
"activityType": "THEME",
"userId": "1234567890",
"userName": "张三",
"mobilePhone": "17654547454",
"pointSystemId": "1610972684811",
"userLevel": "vip7",
"businessId": "alipay"
}
}
curl --location --request POST '/promotioncenter/activity/takeThemeActivity' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "100001",
"operator": "11111",
"operatorOrgId": "",
"operatorOrgType": "",
"data": {
"activityId": "150457231275032402",
"code": "",
"businessSystemId": "expressBusiness",
"activityType": "THEME",
"userId": "1234567890",
"userName": "张三",
"mobilePhone": "17654547454",
"pointSystemId": "1610972684811",
"userLevel": "vip7",
"businessId": "alipay"
}
}'
{
"code": "200",
"message": null,
"data": [
{
"number": 2,
"couponDetail": {
"id": 615537777377488,
"code": "00q8RW2tmo2",
"couponName": "年货节--快递折扣券",
"couponType": "DISCOUNT",
"couponDescription": "哈利路亚--快递折扣券(张俊雄)",
"useStartTime": "2021-02-05 17:58:00",
"useEndTime": "2021-04-30 18:05:00",
"discounts": 0.5,
"miniOrderAmount": 30,
"pickupAfterDays": 0
}
},
{
"number": 1,
"couponDetail": {
"id": 14345390884391264,
"code": "0LfV2NeWh31",
"couponName": "年货节--快递满减",
"couponType": "REDUCE",
"couponDescription": "年货节--快递满减001",
"useStartTime": "2021-01-28 00:00:00",
"useEndTime": "2021-04-30 00:00:00",
"discounts": 7,
"miniOrderAmount": 30,
"pickupAfterDays": 0
}
}
],
"success": true
}