{
"coupon_id": 63,
"send_range": 0,
"send_range_data": [],
"is_global": 0,
"is_show": 1,
"coupon_type": 1,
"is_new_user": 0,
"limit_user_rank": [],
"coupon_name": "惊吓大礼包",
"coupon_money": "10.00",
"coupon_discount": "10.0",
"coupon_desc": "懂的都懂",
"min_order_amount": "10.00",
"send_start_date": "2024-06-20 00:00:00",
"send_end_date": "2024-07-20 23:59:59",
"send_type": 0,
"use_day": 30,
"use_start_date": "2024-06-20 00:00:00",
"use_end_date": "2024-07-20 23:59:59",
"enabled_click_get": 0,
"is_delete": 0,
"limit_num": 0
}curl --location --request POST '/adminapi/promotion/coupon/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"coupon_id": 63,
"send_range": 0,
"send_range_data": [],
"is_global": 0,
"is_show": 1,
"coupon_type": 1,
"is_new_user": 0,
"limit_user_rank": [],
"coupon_name": "惊吓大礼包",
"coupon_money": "10.00",
"coupon_discount": "10.0",
"coupon_desc": "懂的都懂",
"min_order_amount": "10.00",
"send_start_date": "2024-06-20 00:00:00",
"send_end_date": "2024-07-20 23:59:59",
"send_type": 0,
"use_day": 30,
"use_start_date": "2024-06-20 00:00:00",
"use_end_date": "2024-07-20 23:59:59",
"enabled_click_get": 0,
"is_delete": 0,
"limit_num": 0
}'{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "优惠券更新成功"
}
}