mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
fix:商品feign接口路径错误修改
This commit is contained in:
parent
3de4dbebdc
commit
3dce125890
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user