|
|
@@ -82,10 +82,10 @@ type WithdrawApplyInfo struct { |
|
|
|
model.FinWithdrawApply `xorm:"extends"` |
|
|
|
Nickname string `xorm:"nickname"` // 用户名称 |
|
|
|
ParentID int64 `xorm:"parent_uid"` // 推荐人ID |
|
|
|
AliPayName string `xorm:"user_name"` // 支付宝昵称 |
|
|
|
AliPayAccount string `xorm:"user_id"` // 支付宝账号 |
|
|
|
WxPayName string `xorm:"user_name"` // 微信昵称 |
|
|
|
WxPayAccount string `xorm:"user_id"` // 微信账号 |
|
|
|
AliPayName string `xorm:"alipay_user_name"` // 支付宝昵称 |
|
|
|
AliPayAccount string `xorm:"alipay_open_id"` // 支付宝账号 |
|
|
|
WxPayName string `xorm:"wx_user_name"` // 微信昵称 |
|
|
|
WxPayAccount string `xorm:"wx_user_id"` // 微信账号 |
|
|
|
InviteCode string `xorm:"system_invite_code"` // 邀请码 |
|
|
|
} |
|
|
|
|
|
|
|