From 2f6c7b0a26abe8425ad0bbb247c375dae364a73d Mon Sep 17 00:00:00 2001 From: yushunrui <364203175@qq.com> Date: Mon, 4 Mar 2024 09:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=BB=E8=BE=91=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_o2s/email/Apisendemail.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api_o2s/email/Apisendemail.ts b/src/api_o2s/email/Apisendemail.ts index abf8333..ae9663d 100644 --- a/src/api_o2s/email/Apisendemail.ts +++ b/src/api_o2s/email/Apisendemail.ts @@ -6,6 +6,7 @@ import {ReqEmail} from '../../monopoly/protocols/PtlEmail'; export default async function (call: ApiCall) { //1. 接受参数 let prize = call.req.prize || [], + title = call.req.title, content = call.req.content, sendType = call.req.sendType,