{
"appKey": "1001",
"data": [
{
"couponId": 243959777411070614,
"pickupUserFlag": "1",
"pickupUserId": 192220522599136433,
"businessSystemId": "expressBusiness",
"mobilePhone": "13817207368",
"qty": 1
}
],
"operator": "fb1",
"operatorOrgId": "fb",
"operatorOrgType": "0"
}
curl --location --request POST '/promotioncenter/coupon/pickupCoupon' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "1001",
"data": [
{
"couponId": 243959777411070614,
"pickupUserFlag": "1",
"pickupUserId": 192220522599136433,
"businessSystemId": "expressBusiness",
"mobilePhone": "13817207368",
"qty": 1
}
],
"operator": "fb1",
"operatorOrgId": "fb",
"operatorOrgType": "0"
}'
{
"code": "200",
"message": null,
"data": {
"pickupUserId": "12445454867678",
"couponId": "234242334",
"couponInstanceCode": "af23sdfgs"
},
"success": true
}