Commit 6dcc3bfd authored by Quxl's avatar Quxl

x

parent a342aeb8
...@@ -228,7 +228,7 @@ public class GoodsController { ...@@ -228,7 +228,7 @@ public class GoodsController {
return goodsService.queryGoodsPrice(jsonObj); return goodsService.queryGoodsPrice(jsonObj);
} }
@ApiOperation("收藏及取消收藏") @ApiOperation("查询库存价格")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType = "query", name = "uid", dataType = "String", required = true, value = "商品唯一标识"), @ApiImplicitParam(paramType = "query", name = "uid", dataType = "String", required = true, value = "商品唯一标识"),
@ApiImplicitParam(paramType = "query", name = "shopNo", dataType = "String", required = true), @ApiImplicitParam(paramType = "query", name = "shopNo", dataType = "String", required = true),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment