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
|
||||
subject := mailMeta.GetTitle()
|
||||
content := mailMeta.ReplaceContent(map[string]string{
|
||||
"${hero.name}": "",
|
||||
"${hero.quality}": "",
|
||||
"${hero.name}": itemMeta.GetRealName(),
|
||||
"${hero.quality}": q5.ToString(heroQuality),
|
||||
})
|
||||
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId)
|
||||
sendOk := service.SendSysMail(
|
||||
|
Loading…
x
Reference in New Issue
Block a user