Compare commits
3 Commits
6bcd618d57
...
2eb51c03e9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2eb51c03e9 | ||
![]() |
2a1fe11e8f | ||
![]() |
2f6c7b0a26 |
@ -6,6 +6,7 @@ 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