From 3dce12589025f537e88518f035bb678e42743497 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Mon, 8 Mar 2021 15:33:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=95=86=E5=93=81feign=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/youlai/mall/pms/api/InventoryFeignService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall-pms/pms-api/src/main/java/com/youlai/mall/pms/api/InventoryFeignService.java b/mall-pms/pms-api/src/main/java/com/youlai/mall/pms/api/InventoryFeignService.java index ad89f63b..117d8e8f 100644 --- a/mall-pms/pms-api/src/main/java/com/youlai/mall/pms/api/InventoryFeignService.java +++ b/mall-pms/pms-api/src/main/java/com/youlai/mall/pms/api/InventoryFeignService.java @@ -18,7 +18,7 @@ public interface InventoryFeignService { Result> listByInventoryIds(@PathVariable String ids); /** - * 获取商品信息 + * 获取库存信息 */ @GetMapping("/api.app/v1/inventories/{id}") Result getInventoryById(@PathVariable Long id); -- GitLab