From 36ee91c1cfae4df1efb77f6f1072a0de9f07e222 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Thu, 4 Jul 2024 15:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=82=AE=E4=BB=B6=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Logic/Notice/External/Mail/Verify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Logic/Notice/External/Mail/Verify.php b/app/Services/Logic/Notice/External/Mail/Verify.php index 0f0b4ace..0fabb908 100644 --- a/app/Services/Logic/Notice/External/Mail/Verify.php +++ b/app/Services/Logic/Notice/External/Mail/Verify.php @@ -29,7 +29,7 @@ class Verify extends MailerService $content = sprintf('验证码:%s,%s 分钟内有效,如非本人操作请忽略。', $code, $minutes); $subject = $this->formatSubject($subject); - $content = $this->formatSubject($content); + $content = $this->formatContent($content); return $this->send($email, $subject, $content); }