邮件优化
This commit is contained in:
parent
63f19a4414
commit
4ff91df8ff
@ -480,6 +480,7 @@ type SqlServerMailStruct struct {
|
||||
Register_time int64 `db:"register_time"`
|
||||
End_time int64 `db:"end_time"`
|
||||
Mail_type int `db:"mail_type"`
|
||||
Send_type int `db:"send_type"`
|
||||
To_uids string `db:"to_uids"`
|
||||
CreateTime int64 `db:"create_time"`
|
||||
}
|
||||
|
||||
@ -76,6 +76,7 @@ func (r *MailMgr) LoadMail(msg *msg.Msg) (interface{}, error) {
|
||||
Register_time: v.Register_time,
|
||||
End_time: v.End_time,
|
||||
Mail_type: v.Mail_type,
|
||||
Send_type: v.Send_type,
|
||||
To_uids: Uids,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user