pub async fn batch_restore_posts( post_ids: Vec<i32>, ) -> Result<CreatePostResponse, ServerFnError>
批量恢复文章。
post
<auto>