新增获取账号地址的方法
This commit is contained in:
@@ -22,6 +22,7 @@ type TwitterAccount struct {
|
||||
RegisterDate string `gorm:"register_date"`
|
||||
RegisterAddress string `gorm:"register_address"`
|
||||
RegisterIp string `gorm:"register_ip"`
|
||||
Address string `gorm:"address"`
|
||||
UpdateTime int64 `gorm:"update_time"`
|
||||
CreateTime int64 `gorm:"create_time"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user