mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-09-10 07:01:54 +08:00
邮箱模块:vue3 邮件模版的管理
This commit is contained in:
@@ -39,3 +39,8 @@ export const updateMailAccountApi = async (data: MailAccountVO) => {
|
||||
export const deleteMailAccountApi = async (id: number) => {
|
||||
return await request.delete({ url: '/system/mail-account/delete?id=' + id })
|
||||
}
|
||||
|
||||
// 获得邮箱账号精简列表
|
||||
export const getSimpleMailAccounts = async () => {
|
||||
return request.get({ url: '/system/mail-account/list-all-simple' })
|
||||
}
|
||||
|
Reference in New Issue
Block a user