提交 7acb84e0 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 d8281c68
...@@ -66,7 +66,7 @@ public class RecommendController { ...@@ -66,7 +66,7 @@ public class RecommendController {
@ApiOperation(value="删除推荐位",notes="删除推荐位") @ApiOperation(value="删除推荐位",notes="删除推荐位")
@PostMapping(SysUserRequestPath.BATCH_DELETE) @PostMapping(SysUserRequestPath.BATCH_DELETE)
public CallBack<Boolean> batchDelete(@PathVariable List<Integer> ids){ public CallBack<Boolean> batchDelete(@RequestBody List<Integer> ids){
return CallBack.success(recommendService.batchDelete(ids)); return CallBack.success(recommendService.batchDelete(ids));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论