企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 兑换码失效 |拥有此API的权限集| |:----- | | 营销码券管理-码券操作 | **请求方式及url** - 请求方式:`POST` - 请求头:`Content-Type:application/json` - 接口地址:`https://api.xiaoe-tech.com/xe.redeem_code.manual_stop/1.0.0` - 频率限制: `10秒500次` {% api method="POST", data= { "access_token": "xe_xxxxx" }, url="https://api-doc.xiaoe-tech.com/_agent/forward?url=https://api.xiaoe-tech.com/xe.redeem_code.manual_stop/1.0.0" %} {% endapi %} **请求参数** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |access_token |是 |string |[专属token](./../get_access_token.md) | |batch_id|是| string| 批次id| |activity_id |是| string|活动id| **请求示例** ``` { "access_token": "xe_xxxxx", "batch_id":"QU", "activity_id":"ma_rd_61d53a1b654e1_a6UvIedp" } ``` **返回参数** |参数名|类型|说明| |:----- |:-----|----- | |code|int |返回码 | |msg |string | 返回信息 | |data |object| 返回值 | **返回示例** ``` { "code": 0, "msg": "使兑换码活动失效成功", "data": "" } ```