1
This commit is contained in:
parent
ca75efd0bb
commit
a07260745e
@ -56,7 +56,7 @@ func (this* goldBullion) internalSendMail(dbIdx int64, accountAddress string, ma
|
|||||||
nowTime := f5.GetApp().GetRealSeconds() + 3600 * 24 * 7
|
nowTime := f5.GetApp().GetRealSeconds() + 3600 * 24 * 7
|
||||||
subject := mailMeta.GetTitle()
|
subject := mailMeta.GetTitle()
|
||||||
content := mailMeta.ReplaceContent(map[string]string{
|
content := mailMeta.ReplaceContent(map[string]string{
|
||||||
"${goldBullion.name}": itemMeta.GetRealName(),
|
"${item.name}": itemMeta.GetRealName(),
|
||||||
})
|
})
|
||||||
uniKey := fmt.Sprintf("%s_%s_%d", mailName, tokenId, dbIdx)
|
uniKey := fmt.Sprintf("%s_%s_%d", mailName, tokenId, dbIdx)
|
||||||
sendOk := service.SendSysMail(
|
sendOk := service.SendSysMail(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user