This commit is contained in:
Mrx
2026-03-11 16:34:14 +08:00
parent 2c99e6b6a4
commit 84a84f204b
3 changed files with 20 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ type (
LevelName string `json:"level_name"` // 等级名称
Region string `json:"region"` // 区域
Mobile string `json:"mobile"` // 手机号
Name string `json:"name"` // 姓名(实名认证)
IdCard string `json:"id_card"` // 身份证号(解密后明文,未实名为空)
WechatId string `json:"wechat_id"` // 微信号
TeamLeaderId string `json:"team_leader_id"` // 团队首领ID
AgentCode int64 `json:"agent_code"`