INNER CODE UNIT · Rust
submit_aigc_flag
zly2006/zhihu-plus-plus · aigc-vote-server/src/lib.rs:330
async fn submit_aigc_flag(
&self,
content_type: String,
content_id: String,
request: AigcFlagRequest,
) -> Result<AigcFlagResponse, ServiceError>;
async fn flag_status(
&self,
content_type: String,
content_id: String,
client_id: Option<String>,
voter_id: Option<String>,
voter_name: Option<String>,
voter_url_token: Option<String>,
) -> Result<AigcFlagStatusResponse, ServiceError>;
}