紧急修改商户券

- 请求方式:post - 参数类型:application/json - 请求地址:http://域名/coupon/merchant/urgent/update - 请求参数: | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------ | | id | integer | 是 | 主键id | | name | string | 是 | 名称 | | img | string | 是 | 图片 | | type | integer | 是 | 优惠类型 | ..... - 返回参数 | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------ | | code | integer | 是 | 状态码 200成功 | | message | string | 是 | 消息 | | timestamp | long | 是 | 时间戳 | | data | object | 是 | 数据 | - 返回样例 { "code": 200, "message": "紧急修改成功!", "timestamp": 1585218344000, "data": { } }