{
"appKey": "1",
"operator": "lll",
"operatorOrgId": "47",
"operatorOrgType": "ll",
"data": {
"id": 282482996946345216,
"deliverChannel": "CUSTOMER_SERVICE",
"businessSystemId": "",
"couponType": "",
"couponStatus": "PROCESSING",
"couponName": "",
"platformName": "",
"createStartTime": "2021-12-01 00:00:00",
"createEndTime": "2021-12-20 00:00:00",
"remark": ""
}
}
curl --location --request POST '/promotioncenter/coupon/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "1",
"operator": "lll",
"operatorOrgId": "47",
"operatorOrgType": "ll",
"data": {
"id": 282482996946345216,
"deliverChannel": "CUSTOMER_SERVICE",
"businessSystemId": "",
"couponType": "",
"couponStatus": "PROCESSING",
"couponName": "",
"platformName": "",
"createStartTime": "2021-12-01 00:00:00",
"createEndTime": "2021-12-20 00:00:00",
"remark": ""
}
}'
{
"code": "200",
"message": null,
"data": {
"pageNum": 1,
"pageSize": 10,
"pageTotal": 1,
"total": 2,
"dataList": [
{
"id": "182078532266008800",
"code": "motVLf8vRDFcbZ5",
"couponName": "奕鹏测试折扣券",
"couponType": "DISCOUNT",
"pickupStartTime": "2021-11-01 00:00:00",
"pickupEndTime": "2021-12-31 23:59:59",
"useStartTime": "2021-11-01 00:00:00",
"useEndTime": "2021-12-31 23:59:59",
"pickupAfterPeriod": 0,
"pickupAfterDays": "0",
"discountRate": 0.98,
"issueMaxAmount": 15,
"pickupAmount": 15,
"discountAmount": 0,
"deliverChannel": "CUSTOMER_SERVICE",
"miniOrderAmount": 0,
"maxDiscountAmount": 3,
"couponDescription": "",
"businessSystemId": "expressBusiness",
"platformName": "YUNDA",
"couponStatus": "PROCESSING",
"remark": "奕鹏测试",
"personPickupCouponTotal": null,
"personDayPickupCouponTimes": null
},
{
"id": "71781189195829303",
"code": "xweaX52lI5vEx4d",
"couponName": "奕鹏测试满减券",
"couponType": "REDUCE",
"pickupStartTime": "2021-11-01 00:00:00",
"pickupEndTime": "2021-12-31 23:59:59",
"useStartTime": "2021-11-01 00:00:00",
"useEndTime": "2021-12-31 23:59:59",
"pickupAfterPeriod": 0,
"pickupAfterDays": "0",
"discountRate": 0,
"issueMaxAmount": 15,
"pickupAmount": 12,
"discountAmount": 3,
"deliverChannel": "CUSTOMER_SERVICE",
"miniOrderAmount": 0,
"maxDiscountAmount": 0,
"couponDescription": "",
"businessSystemId": "expressBusiness",
"platformName": "YUNDA",
"couponStatus": "PROCESSING",
"remark": "奕鹏测试",
"personPickupCouponTotal": "2",
"personDayPickupCouponTimes": "1"
}
]
},
"success": true
}