pub async fn approve_comment(id: i64) -> Result<CommentResponse, ServerFnError>
通过指定评论。
同时递归将该评论的所有 pending 父评论一并通过,确保嵌套链可见。
post
<auto>