This commit is contained in:
Mrx
2026-03-11 15:05:51 +08:00
parent a083fdca46
commit 0dc053420a
4 changed files with 20 additions and 4 deletions

View File

@@ -105,6 +105,8 @@ type (
LevelName string `json:"level_name"` // 等级名称
Region string `json:"region"` // 区域
Mobile string `json:"mobile"` // 手机号
RealName string `json:"real_name"` // 姓名(来自实名表)
IdCard string `json:"id_card"` // 身份证(解密后明文返回)
WechatId string `json:"wechat_id"` // 微信号
TeamLeaderId string `json:"team_leader_id"` // 团队首领ID
AgentCode int64 `json:"agent_code"`