fix: 还原逻辑
This commit is contained in:
parent
2eb51c03e9
commit
248cca1da7
@ -6,7 +6,6 @@ import {ReqEmail} from '../../monopoly/protocols/PtlEmail';
|
|||||||
export default async function (call: ApiCall<Reqsendemail, Ressendemail>) {
|
export default async function (call: ApiCall<Reqsendemail, Ressendemail>) {
|
||||||
//1. 接受参数
|
//1. 接受参数
|
||||||
let prize = call.req.prize || [],
|
let prize = call.req.prize || [],
|
||||||
|
|
||||||
title = call.req.title,
|
title = call.req.title,
|
||||||
content = call.req.content,
|
content = call.req.content,
|
||||||
sendType = call.req.sendType,
|
sendType = call.req.sendType,
|
||||||
|
Loading…
Reference in New Issue
Block a user