删除已经迁移完的商品代码
This commit is contained in:
@@ -6,4 +6,8 @@ Content-Type: application/x-www-form-urlencoded
|
||||
GET {{shop-api-base-url}}/product-spu/search-condition?keyword=骚气
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
### /product-spu/get-detail 成功
|
||||
GET {{shop-api-base-url}}/product-spu/get-detail?id=63
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
###
|
||||
|
||||
@@ -42,7 +42,7 @@ public class ProductSpuController {
|
||||
return success(productSpuManager.getProductSpuSearchCondition(keyword));
|
||||
}
|
||||
|
||||
@GetMapping("/get_detail")
|
||||
@GetMapping("/get-detail")
|
||||
@ApiOperation("获得商品 SPU 的明细,包括 SKU 等等信息")
|
||||
@ApiImplicitParam(name = "id", required = true, value = "商品 SPU 编号", example = "1024")
|
||||
public CommonResult<ProductSpuDetailRespVO> getProductSpuDetail(@RequestParam("id") Integer id) {
|
||||
|
||||
Reference in New Issue
Block a user