{
"id":1,
"name": "开发测试优惠券",
"content": "测试使用",
"amount": "5",
"conditions": 0,
"metAmount": 0,
"promotionMethod": 0,
"number": 100,
"useRange": 0,
"claim": 0,
"useTime": 1,
"useDay":3
}curl --location --request POST '/api/coupon/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1,
"name": "开发测试优惠券",
"content": "测试使用",
"amount": "5",
"conditions": 0,
"metAmount": 0,
"promotionMethod": 0,
"number": 100,
"useRange": 0,
"claim": 0,
"useTime": 1,
"useDay":3
}'{}