This commit is contained in:
likewu
2025-06-28 15:48:35 +08:00
parent 4d86866d61
commit f30345aaa8
2 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ impl Operation for GetTierInfo {
}
}
#[derive(Debug, Deserialize, Default)]
#[derive(Debug, serde::Deserialize, Default)]
pub struct ClearTierQuery {
pub rand: Option<String>,
pub force: String,