pub async fn trash_comment(id: i64) -> Result<CommentResponse, ServerFnError>Expand description
将指定评论移入回收站(软删除)。
软删除会设置 deleted_at 与状态为 trash,并清空相关缓存。
§Handler information
- Method:
post - Path:
<auto>
pub async fn trash_comment(id: i64) -> Result<CommentResponse, ServerFnError>将指定评论移入回收站(软删除)。
软删除会设置 deleted_at 与状态为 trash,并清空相关缓存。
post<auto>