Commit b8be47c9 authored by unset's avatar unset

影像图库新增批量上下架以及删除接口

parent d428236b
...@@ -36,7 +36,7 @@ public class ImageImgStorageController extends BaseController<ImageImgStorageBiz ...@@ -36,7 +36,7 @@ public class ImageImgStorageController extends BaseController<ImageImgStorageBiz
} }
@PostMapping(value = "updateBatch") @PostMapping(value = "updateBatch")
public ObjectRestResponse updateBatch(ImageStorageImgDto imageStorageImgDto) { public ObjectRestResponse updateBatch(@RequestBody ImageStorageImgDto imageStorageImgDto) {
return baseBiz.updateBatch(imageStorageImgDto); return baseBiz.updateBatch(imageStorageImgDto);
} }
} }
\ No newline at end of file
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