{
"batchId": 616316,
"mobiles": [
""
],
"partnerId": "",
"couponList": [
{
"couponId": 808681542692414448,
"qty": 1
}
]
}
curl --location --request POST '/promotioncenter/outer/grantCoupon' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": 616316,
"mobiles": [
""
],
"partnerId": "",
"couponList": [
{
"couponId": 808681542692414448,
"qty": 1
}
]
}'
{
"success": true,
"code": "200",
"message": "发券成功!",
"data": null
}