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

@@ -24,6 +24,7 @@ pub struct AuthUserPayload {
pub login_method: String,
pub binding_status: String,
pub wechat_bound: bool,
pub wechat_display_name: Option<String>,
pub wechat_account: Option<String>,
}