{ "gift_id": 1 }
curl --location --request POST '/adminapi/promotion/product_gift/del' \ --header 'Content-Type: application/json' \ --data-raw '{ "gift_id": 1 }'
{ "code": 0, "msg": "ok", "data": { "errcode": 0, "message": "优惠活动更新成功" } }