ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/controller/TAppCouponController.java
@@ -72,7 +72,17 @@ @Resource private ChargingGunClient chargingGunClient; /** * 后台退款 回退优惠券使用状态 * @return */ @PostMapping(value = "/refund/{id}") public R refund(@PathVariable("id") String id) { TAppCoupon byId = tAppCouponService.getById(id); byId.setStatus(1); tAppCouponService.updateById(byId); return R.ok(); } /** * 小程序扫一扫 添加车辆 * @param dto