This commit is contained in:
2026-06-05 23:41:24 +08:00
parent 27b30f974b
commit 7140ac72b5
9 changed files with 69 additions and 10 deletions

View File

@@ -64,6 +64,8 @@ pub struct AuthUser {
pub binding_status: AuthBindingStatus,
pub wechat_bound: bool,
#[serde(default)]
pub wechat_display_name: Option<String>,
#[serde(default)]
pub wechat_account: Option<String>,
pub token_version: u64,
#[serde(default)]