Pu Zhibing
2025-02-08 125c03cf7302e6de0b1d172f64dd49a7c0400645
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/ShopClient.java
@@ -70,5 +70,5 @@
   @GetMapping("/shop/getShopStatistics")
   public R<Map<String, BigDecimal>> getShopStatistics();
   public R<Map<String, BigDecimal>> getShopStatistics(@RequestParam("shopId") Integer shopId);
}