{
"appKey": "app",
"operator": "00",
"operatorOrgId": "11",
"operatorOrgType": "1",
"data": {
"pickupUserIds": [
"192220522599136419"
],
"startTime": "2021-11-01 10:46:55",
"endTime": "2021-12-02 10:46:55"
}
}
curl --location --request POST '/promotioncenter/coupon/query/userVerifyCoupon' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "app",
"operator": "00",
"operatorOrgId": "11",
"operatorOrgType": "1",
"data": {
"pickupUserIds": [
"192220522599136419"
],
"startTime": "2021-11-01 10:46:55",
"endTime": "2021-12-02 10:46:55"
}
}'
{
"success": true,
"code": "200",
"message": null,
"data": [
{
"pickupUserId": 192220522599136420,
"verifyCouponCount": 1,
"verifyCouponAmount": 1.5
}
]
}