{
"appKey": "sandan",
"data": {
"userId": "15927658276",
"mobilePhone": "15927658276"
},
"operator": "140917499037075864"
}
curl --location --request POST '/promotioncenter/coupon/limit/checkUseCoupon' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "sandan",
"data": {
"userId": "15927658276",
"mobilePhone": "15927658276"
},
"operator": "140917499037075864"
}'
{
"success": true,
"code": "200",
"message": null,
"data": {
"usedType": true,
"unavailable": null
}
}