From 248cca1da7f5ab8f93d0f332192d17f09d63a00e Mon Sep 17 00:00:00 2001 From: yushunrui <364203175@qq.com> Date: Tue, 5 Mar 2024 10:43:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=98=E5=8E=9F=E9=80=BB=E8=BE=91?= 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 deletion(-) diff --git a/src/api_o2s/email/Apisendemail.ts b/src/api_o2s/email/Apisendemail.ts index ae9663d..abf8333 100644 --- a/src/api_o2s/email/Apisendemail.ts +++ b/src/api_o2s/email/Apisendemail.ts @@ -6,7 +6,6 @@ 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,