{
"appKey": "sandan",
"data": {
"condition": {
"areaCoverage": "0",
"businessId": "wxapp",
"businessSystemId": "expressBusiness",
"feeType": "1",
"gs": "201700",
"orderAmount": 15,
"payWay": "0",
"productType": 0,
"self": "0",
"sendWay": "2",
"settleWay": "4"
},
"couponCode": "iBDOMQ6JInRjo",
"sendMobilePhone":"15800908761",
"receiverMobilePhone":"13072118761",
"lock": true
},
"operator": "281573142484413372"
}
curl --location --request POST '/promotioncenter/coupon/queryDiscountAmount' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "sandan",
"data": {
"condition": {
"areaCoverage": "0",
"businessId": "wxapp",
"businessSystemId": "expressBusiness",
"feeType": "1",
"gs": "201700",
"orderAmount": 15,
"payWay": "0",
"productType": 0,
"self": "0",
"sendWay": "2",
"settleWay": "4"
},
"couponCode": "iBDOMQ6JInRjo",
"sendMobilePhone":"15800908761",
"receiverMobilePhone":"13072118761",
"lock": true
},
"operator": "281573142484413372"
}'
{
"code": "200",
"message": null,
"data": {
"discountAmount": 5,
"status": "USED"
},
"success": true
}