fix: 修复邮件配置,忽略证书校验设置不生效的bug

This commit is contained in:
xiaojunnuo
2024-11-14 00:12:01 +08:00
parent 01c65578b0
commit 66a9690dc9
3 changed files with 40 additions and 21 deletions
@@ -53,6 +53,14 @@ export async function EmailSettingsGet() {
});
}
export async function EmailSettingsSave(setting: any) {
return await request({
url: apiPrefix + "/saveEmailSettings",
method: "post",
data: setting
});
}
export async function stopOtherUserTimer() {
return await request({
url: apiPrefix + "/stopOtherUserTimer",