mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
refactor:接口名修改
This commit is contained in:
parent
89f5069391
commit
ac97045bb2
@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
@RequestMapping("/api.admin/v1/inventories")
|
||||
@Slf4j
|
||||
@AllArgsConstructor
|
||||
public class InventoryController {
|
||||
public class SkuController {
|
||||
|
||||
private IPmsSkuService iPmsSkuService;
|
||||
|
@ -19,9 +19,9 @@ import java.util.List;
|
||||
|
||||
@Api(tags = "【移动端】商品库存")
|
||||
@RestController("AppInventoryController")
|
||||
@RequestMapping("/api.app/v1/inventories")
|
||||
@RequestMapping("/api.app/v1/sku")
|
||||
@AllArgsConstructor
|
||||
public class InventoryController {
|
||||
public class SkuController {
|
||||
|
||||
private IPmsSkuService iPmsSkuService;
|
||||
|
Loading…
Reference in New Issue
Block a user