This commit is contained in:
Leufolium 2024-08-23 17:07:56 +08:00
parent 54bbcf331e
commit 00eca63c57
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func SendRavenIQTestResult(mail *dbstruct.Email, address, password string) error
if err != nil {
return err
}
attachName := fmt.Sprintf("测评结果.%v", format[:6])
attachName := fmt.Sprintf("测评结果.%v", format[6:])
m := gomail.NewMessage()