This commit is contained in:
aozhiwei 2024-06-25 11:36:41 +08:00
parent 0ec0123b30
commit ec31553a08

View File

@ -59,7 +59,7 @@ func (this* hero) internalSendMail(dbIdx int64, accountAddress string, mailName
"${hero.name}": itemMeta.GetRealName(), "${hero.name}": itemMeta.GetRealName(),
"${hero.quality}": q5.ToString(heroQuality), "${hero.quality}": q5.ToString(heroQuality),
}) })
uniKey := fmt.Sprintf("%d_%s_%s", dbIdx, mailName, tokenId) uniKey := fmt.Sprintf("%s_%s_%d", mailName, tokenId, dbIdx)
sendOk := service.SendSysMail( sendOk := service.SendSysMail(
uniKey, uniKey,
accountId, accountId,