修改邮件内容
This commit is contained in:
parent
2f6c7b0a26
commit
2a1fe11e8f
@ -11,6 +11,8 @@ export default async function (call: ApiCall<Reqsendemail, Ressendemail>) {
|
||||
content = call.req.content,
|
||||
sendType = call.req.sendType,
|
||||
uids = call.req.uids || [];
|
||||
|
||||
|
||||
//2. 发送邮件model
|
||||
let emailMsg: ReqEmail = {
|
||||
uid: '',
|
||||
|
Loading…
Reference in New Issue
Block a user