1
This commit is contained in:
parent
90ac8ef233
commit
0ec0123b30
@ -56,8 +56,8 @@ func (this* hero) internalSendMail(dbIdx int64, accountAddress string, mailName
|
|||||||
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{
|
||||||
"${hero.name}": "",
|
"${hero.name}": itemMeta.GetRealName(),
|
||||||
"${hero.quality}": "",
|
"${hero.quality}": q5.ToString(heroQuality),
|
||||||
})
|
})
|
||||||
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId)
|
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId)
|
||||||
sendOk := service.SendSysMail(
|
sendOk := service.SendSysMail(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user