fix:商品feign接口路径错误修改

This commit is contained in:
haoxr 2021-03-08 15:33:32 +08:00
parent 3de4dbebdc
commit 3dce125890

View File

@ -18,7 +18,7 @@ public interface InventoryFeignService {
Result<List<InventoryDTO>> listByInventoryIds(@PathVariable String ids);
/**
* 获取商品信息
* 获取库存信息
*/
@GetMapping("/api.app/v1/inventories/{id}")
Result<InventoryDTO> getInventoryById(@PathVariable Long id);