From 2a1fe11e8f8934c19aa28cf25380e442fcf5e306 Mon Sep 17 00:00:00 2001 From: yushunrui <364203175@qq.com> Date: Mon, 4 Mar 2024 09:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_o2s/email/Apisendemail.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api_o2s/email/Apisendemail.ts b/src/api_o2s/email/Apisendemail.ts index ae9663d..a061426 100644 --- a/src/api_o2s/email/Apisendemail.ts +++ b/src/api_o2s/email/Apisendemail.ts @@ -11,6 +11,8 @@ export default async function (call: ApiCall) { content = call.req.content, sendType = call.req.sendType, uids = call.req.uids || []; + + //2. 发送邮件model let emailMsg: ReqEmail = { uid: '',