pub async fn check_pending_status(
ids: Vec<i64>,
) -> Result<Vec<PendingStatusItem>, ServerFnError>Expand description
查询一组评论的当前审核状态。
如果某 id 不存在,则返回状态 "gone"。
Dioxus server function,注册在 /api 路径下。
§Handler information
- Method:
post - Path:
<auto>