feat: Enhance the function of post management (#733)
Created by: Arexh
前端加入评论、置顶、分类、标签、加密的批量操作的入口halo-admin/pull/157,后端新增三个API #733
- getByIds: 批量获取post的信息
- updateDisallowCommentInBatch: 批量开启或关闭post的评论功能
- updateTopPriorityInBatch: 批量设置post置顶
- updateSettingInBatch: 批量设置post的评论、置顶、分类、标签、加密的设置,传入的某个值如果为null则使用原先的设置(该API仅针对状态为已发布或私密的post)