pub async fn batch_purge_posts( post_ids: Vec<i32>, ) -> Result<CreatePostResponse, ServerFnError>
批量彻底删除文章。
post
<auto>