分配谈判录入

- 请求方式:post - 参数类型:application/json - 请求地址:http://域名/coupon/negotiation/save - 请求参数: | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------ | | id | integer |是 | 互斥组名称 | | bearType | integer |是 | 承担方式 | | amount | string |是 | 金额或者百分比 | - 返回参数 | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------ | | code | integer | 是 | 状态码 200成功 | | message | string | 是 | 消息 | | timestamp | long | 是 | 时间戳 | | data | object | 是 | 数据 | - 返回样例 { {"code": 200, "message": "新增成功!", "timestamp": 1585218344000, "data": { } }