|
@@ -91,7 +91,7 @@ public class HomePageDataInfoController extends BaseController{
|
|
|
@PutMapping("/{ids}")
|
|
|
@ApiOperation("删除首页数据")
|
|
|
public Response remove(
|
|
|
- @ApiParam(name = "idTypes", value = "首页数据ids参数", required = true)
|
|
|
+ @ApiParam(name = "ids", value = "首页数据ids参数", required = true)
|
|
|
@PathVariable Long[] ids
|
|
|
){
|
|
|
return homePageDataInfoService.removeCarouselByIds(ids);
|