Compare commits

..

No commits in common. "2eb51c03e94d84b94dc4bdfad5d13bd3782832f5" and "6bcd618d5737c74999bab6e558497bfafd45a3df" have entirely different histories.

View File

@ -6,7 +6,6 @@ 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,