puzhibing
2025-01-14 fd3c114f6dea28fe92b82bf35a6a33e3bb9a8485
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/StoreClient.java
@@ -15,7 +15,7 @@
@FeignClient(contextId = "StoreClient", value = ServiceNameConstants.OTHER_SERVICE, fallbackFactory = StoreFallbackFactory.class)
public interface StoreClient {
    @PostMapping(value = "/shop/getDetailById")
    public R<Shop> getStoreById(@RequestParam("id") Long id);
    R<Shop> getStoreById(@RequestParam("id") Integer id);
}