xuhy
2024-08-19 a95f00c75a4e0bfefc8afd2f682c7b77fcd8bd2b
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java
@@ -66,7 +66,7 @@
    @PostMapping(value = "/t-coupon/getCouponById")
    R<TCoupon> getCouponById(@RequestParam Integer id);
    R<TCoupon> getCouponById(@RequestParam("id") Integer id);