提交 3dce1258 编写于 作者: H haoxr

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

上级 3de4dbeb
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册