拥有此API的权限集 |
---|
营销码券管理-码券操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.redeem_code.manual_stop/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"batch_id":"QU",
"activity_id":"ma_rd_61d53a1b654e1_a6UvIedp"
}'
{
"code": 0,
"msg": "使兑换码活动失效成功",
"data": ""
}