Skip to main content

list_deleted_posts

Function list_deleted_posts 

Source
pub async fn list_deleted_posts(
    page: i32,
    per_page: i32,
) -> Result<PostListResponse, ServerFnError>
Expand description

获取回收站中已软删除的文章列表。

需要 admin 权限;按删除时间降序,不走缓存。

§Handler information

  • Method: post
  • Path: <auto>