Compare commits

...

3 Commits

Author SHA1 Message Date
yushunrui
2eb51c03e9 fix: 恐怖战争修改 2024-03-03 14:40:39 +08:00
yushunrui
2a1fe11e8f 修改邮件内容 2024-03-04 09:39:13 +08:00
yushunrui
2f6c7b0a26 逻辑提交 2024-03-04 09:32:21 +08:00

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,