Skip to main content

get_all_comments

Function get_all_comments 

Source
pub async fn get_all_comments(
    page: i32,
    status: Option<String>,
) -> Result<AllCommentsResponse, ServerFnError>
Expand description

获取全部评论分页列表。

支持按状态筛选;未指定状态时返回所有未删除评论。

§Handler information

  • Method: post
  • Path: <auto>