{
"appKey": "123",
"data": {
"businessSystemId": "99999",
"couponInstanceCode": "300013",
"couponTransferFormCode": "",
"toUserId": 98092368
},
"operator": "98092710",
"operatorOrgId": "",
"operatorOrgType": ""
}
curl --location --request POST '/promotioncenter/coupon/revoke' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "123",
"data": {
"businessSystemId": "99999",
"couponInstanceCode": "300013",
"couponTransferFormCode": "",
"toUserId": 98092368
},
"operator": "98092710",
"operatorOrgId": "",
"operatorOrgType": ""
}'
{
"code": "1003",
"message": "未查询到券转赠单据",
"data": null,
"success": false
}