From 684baad8c62176c89f675381c28f85f742c86df0 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 27 八月 2025 13:48:53 +0800 Subject: [PATCH] bug修改 --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java index 4d59275..55945f2 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java +++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java @@ -20,7 +20,7 @@ public interface OtherClient { @GetMapping(value = "/integral/getSetBySiteId") - R<TIntegralRule> getSetBySiteId(@RequestParam("id") Integer id); + R<TIntegralRule> getSetBySiteId(@RequestParam("siteId") Integer siteId); @GetMapping(value = "/integral/saveIntegralRecord") R saveIntegralRecord(@RequestBody IntegralRecord record); -- Gitblit v1.7.1