mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
perf: 支持邮件模版设置
This commit is contained in:
@@ -130,7 +130,8 @@ export class AutoCRegisterCron {
|
||||
title,
|
||||
content,
|
||||
errorMessage:title,
|
||||
url
|
||||
url,
|
||||
notificationType: "vipExpireRemind",
|
||||
}
|
||||
},adminUser.id)
|
||||
}
|
||||
@@ -182,7 +183,8 @@ export class AutoCRegisterCron {
|
||||
title,
|
||||
content,
|
||||
errorMessage: title,
|
||||
url
|
||||
url,
|
||||
notificationType: "userExpireRemind",
|
||||
}
|
||||
}, user.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user