修改邮件内容

This commit is contained in:
yushunrui 2024-03-04 09:39:13 +08:00
parent 2f6c7b0a26
commit 2a1fe11e8f

View File

@ -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: '',