This commit is contained in:
aozhiwei 2024-06-25 11:45:44 +08:00
parent ca75efd0bb
commit a07260745e

View File

@ -56,7 +56,7 @@ func (this* goldBullion) internalSendMail(dbIdx int64, accountAddress string, ma
nowTime := f5.GetApp().GetRealSeconds() + 3600 * 24 * 7
subject := mailMeta.GetTitle()
content := mailMeta.ReplaceContent(map[string]string{
"${goldBullion.name}": itemMeta.GetRealName(),
"${item.name}": itemMeta.GetRealName(),
})
uniKey := fmt.Sprintf("%s_%s_%d", mailName, tokenId, dbIdx)
sendOk := service.SendSysMail(