逻辑提交

This commit is contained in:
yushunrui 2024-03-04 09:32:21 +08:00
parent 6bcd618d57
commit 2f6c7b0a26

View File

@ -6,6 +6,7 @@ import {ReqEmail} from '../../monopoly/protocols/PtlEmail';
export default async function (call: ApiCall<Reqsendemail, Ressendemail>) {
//1. 接受参数
let prize = call.req.prize || [],
title = call.req.title,
content = call.req.content,
sendType = call.req.sendType,