{
"appKey":"gos",
"operator":"281573142484413372",
"data":{
"sendMobilePhone":"15800908761",
"receiverMobilePhone":"13072118761",
"couponCode":"ZwdgGhxC4zNbqx",
"condition": {
"businessSystemId": "expressBusiness",
"productType": "2",
"orderAmount": "30.00",
"areaCoverage": "1",
"businessId": "weixin",
"sendWay": "1",
"gs": "300001",
"settleWay": "1",
"feeType": "1",
"payWay": "2",
"self": "1"
}
}
}
curl --location --request POST '/promotioncenter/coupon/available/list/all' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"gos",
"operator":"281573142484413372",
"data":{
"sendMobilePhone":"15800908761",
"receiverMobilePhone":"13072118761",
"couponCode":"ZwdgGhxC4zNbqx",
"condition": {
"businessSystemId": "expressBusiness",
"productType": "2",
"orderAmount": "30.00",
"areaCoverage": "1",
"businessId": "weixin",
"sendWay": "1",
"gs": "300001",
"settleWay": "1",
"feeType": "1",
"payWay": "2",
"self": "1"
}
}
}'
{
"code": "string",
"message": null,
"data": {
"totalCount": 0,
"items": [
{
"couponName": "string",
"couponType": "string",
"couponCode": "string",
"maxCouponAmount": 0,
"originCouponAmount": 0,
"miniOrderAmount": 0,
"useStartTime": "string",
"useEndTime": "string",
"couponDescription": "string",
"couponStatus": "string",
"discountRate": 0
}
]
},
"success": true
}