This commit is contained in:
Mrx
2026-03-11 18:26:09 +08:00
parent 021349c60e
commit 96a02f73d4
3 changed files with 39 additions and 34 deletions

View File

@@ -109,6 +109,7 @@ type (
FrozenBalance float64 `json:"frozen_balance"` // 冻结余额
WithdrawnAmount float64 `json:"withdrawn_amount"` // 提现总额
IsRealName bool `json:"is_real_name"` // 是否已实名
RealName string `json:"real_name"` // 姓名(实名认证的姓名)
IdCardPlain string `json:"id_card_plain"` // 身份证号(解密后的明文)
CreateTime string `json:"create_time"` // 创建时间
}