{
"appKey": "",
"operator": "lll",
"operatorOrgId": "47",
"operatorOrgType": "ll",
"data": {
"id": 282482996946345216,
"deliverChannel": "",
"businessSystemId": "",
"couponType": "",
"couponStatus": "",
"couponName": "",
"platformName": "",
"createStartTime": "",
"createEndTime": "",
"remark": ""
}
}
curl --location --request POST '/promotioncenter/coupon/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"operator": "lll",
"operatorOrgId": "47",
"operatorOrgType": "ll",
"data": {
"id": 282482996946345216,
"deliverChannel": "",
"businessSystemId": "",
"couponType": "",
"couponStatus": "",
"couponName": "",
"platformName": "",
"createStartTime": "",
"createEndTime": "",
"remark": ""
}
}'
{
"code": "200",
"message": null,
"data": {
"pageNum": 1,
"pageSize": 10,
"pageTotal": 1,
"total": 1,
"dataList": [
{
"id": "341621492516731",
"code": "00VixT9R0Z1",
"platformName": "BAIDU",
"couponName": "百度平台快递满减劵1",
"couponStatus": "PROCESSING",
"activityId": "341621491055328",
"remark": null,
"useStartTime": "2021-04-20 00:00:00",
"useEndTime": "2021-05-30 14:40:00",
"pickupStartTime": "2021-04-15 00:00:00",
"pickupEndTime": "2021-05-28 00:00:00",
"pickupAfterDays": "0",
"issueMaxAmount": 50,
"pickupAmount": 0,
"usedAmount": 0,
"writeOffAmount": 0,
"miniOrderAmount": null,
"maxDiscountAmount": null,
"discountAmount": 10,
"discountRate": 0,
"businessSystemId": "expressBusiness",
"couponType": "REDUCE",
"couponDescription": null
}
]
},
"success": true
}