feat: POST /identity/:uuid/bind/trace endpoint
This commit is contained in:
@@ -72,6 +72,12 @@ pub struct BindIdentityRequest {
|
||||
pub face_id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||
pub struct BindIdentityTraceRequest {
|
||||
pub file_uuid: String,
|
||||
pub trace_id: i32,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||
pub struct UnbindIdentityRequest {
|
||||
pub file_uuid: String,
|
||||
|
||||
Reference in New Issue
Block a user