This commit is contained in:
aozhiwei 2024-06-24 20:59:43 +08:00
parent 6f187c3f55
commit 096de683f2

View File

@ -53,7 +53,7 @@ func (this* hero) internalSendMail(dbIdx int64, accountAddress string, mailName
if mailCfg == nil {
return true
}
nowTime := f5.GetApp().GetRealSeconds()
nowTime := f5.GetApp().GetRealSeconds() + 3600 * 24 * 7
subject := mailMeta.GetTitle()
content := ""
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId)