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,