This commit is contained in:
Mrx
2026-03-11 18:13:03 +08:00
parent a63e4a9dbb
commit 021349c60e
3 changed files with 38 additions and 22 deletions

View File

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