style: reformat some code

This commit is contained in:
mokurin000
2025-08-02 09:14:34 +08:00
parent abea7fce11
commit c86626bc75
2 changed files with 18 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ pub struct UserLogoutApi {
pub type_: i64,
}
#[derive(Default, Debug, Clone, PartialEq, Deserialize)]
#[derive(Default, Debug, Clone, PartialEq, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UserLogoutApiResp {
pub return_code: i64,