ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsController.java
@@ -37,7 +37,7 @@ * 添加商品 */ @PostMapping("/addGoods") @ApiOperation(value = "添加商品", tags = {"管理后台-商品管理-发布商品"}) @ApiOperation(value = "后台商品添加", tags = {"管理后台-商品管理-发布商品"}) public R<Void> addGoods(@RequestBody Goods goods) { goodsService.addGoods(goods); return R.ok();