From 32c43da47cfa3892a2f3c58e0ec195a8ee7ab982 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期六, 17 八月 2024 17:27:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCouponController.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCouponController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCouponController.java index d877f2b..eede80e 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCouponController.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCouponController.java @@ -117,11 +117,7 @@ return AjaxResult.ok(tCouponService.pageList(dto)); } - @PostMapping(value = "/getCouponById") - public R<TCoupon> getCouponById(@RequestParam Integer id) { - return R.ok(tCouponService.getById(id)); - } /** * 小程序远程调用 获取优惠券信息 */ -- Gitblit v1.7.1