编辑互斥组

- 请求方式:post - 参数类型:application/json - 请求地址:http://域名/coupon/exclusive/update - 请求参数: | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------ | | id | integer | 是 | 主键id | | name | string | 是 | 互斥组名称 | | couponIds | array | 是 | 优惠券 数组 | | effectiveIds | array | | 生效门店ID | - 返回参数 | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------ | | code | integer | 是 | 状态码 200成功 | | message | string | 是 | 消息 | | timestamp | long | 是 | 时间戳 | | data | object | 是 | 数据 | - 返回样例 { "code": 200, "message": "修改成功!", "timestamp": 1585218344000, "data": { } }