pub async fn get_all_comments( page: i32, status: Option<String>, ) -> Result<AllCommentsResponse, ServerFnError>
获取全部评论分页列表。
支持按状态筛选;未指定状态时返回所有未删除评论。
post
<auto>