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,