{
"appKey": "enimt",
"operator": "consequat",
"operatorOrgId": "95",
"operatorOrgType": "fugiat",
"data": {
"limitAmount": 100,
"userId": "25",
"couponIds": [
350086065653651262,
350099594800631278
]
}
}
curl --location --request POST '/promotioncenter/coupon/query/midautumn/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "enimt",
"operator": "consequat",
"operatorOrgId": "95",
"operatorOrgType": "fugiat",
"data": {
"limitAmount": 100,
"userId": "25",
"couponIds": [
350086065653651262,
350099594800631278
]
}
}'
{
"code": "200",
"message": null,
"data": [
{
"couponId": 14345390756248078,
"couponName": "新的优惠券",
"couponType": "DISCOUNT",
"pickupAfterDays": 1,
"miniOrderAmount": 30,
"discountAmount": 0,
"discountRate": 0.5,
"maxDiscountAmount": 20,
"pickedAmount": 0,
"todayAmount": 0,
"limitAmount": 200,
"inventory": 50,
"inventoryRemain": 50,
"buttonType": 1
},
{
"couponId": 14345390802504588,
"couponName": "年货节--快递折扣券",
"couponType": "DISCOUNT",
"pickupAfterDays": 1,
"miniOrderAmount": 30,
"discountAmount": 0,
"discountRate": 0.6,
"maxDiscountAmount": 20,
"pickedAmount": 3,
"todayAmount": 0,
"limitAmount": 200,
"inventory": 100,
"inventoryRemain": 97,
"buttonType": 1
}
],
"success": true
}