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 { if mailCfg == nil {
return true return true
} }
nowTime := f5.GetApp().GetRealSeconds() nowTime := f5.GetApp().GetRealSeconds() + 3600 * 24 * 7
subject := mailMeta.GetTitle() subject := mailMeta.GetTitle()
content := "" content := ""
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId) uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId)