phpcjl
2024-12-13 99e6372eb3f97eda26f36d1b728dfb29589c3715
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/CouponInfoController.java
@@ -60,7 +60,7 @@
    }
    // 删除优惠劵
    @PostMapping("/delete")
    @DeleteMapping("/delete")
    @ApiOperation(value = "优惠劵管理-删除", tags = {"管理后台-活动管理"})
    public R<Void> delete(@RequestParam("id") Integer id) {
        couponInfoService.removeById(id);