{
"id": "476a2d9a7f1941cdabc4d9ab9b8e7fe6",
"couponName": "代金券名称1",
"type": "ACTIVITY",
"displayAmount": 362.1,
"effectiveDays": 91
}curl --location --request PUT '/backend/coupon/admin/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "476a2d9a7f1941cdabc4d9ab9b8e7fe6",
"couponName": "代金券名称1",
"type": "ACTIVITY",
"displayAmount": 362.1,
"effectiveDays": 91
}'{
"code": 1001,
"message": "操作成功"
}