mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-05 20:29:35 +00:00
vue3 重构:邮件账号的新增 + 修改 + 删除
This commit is contained in:
@@ -10,13 +10,8 @@ export interface MailAccountVO {
|
||||
sslEnable: boolean
|
||||
}
|
||||
|
||||
export interface MailAccountPageReqVO extends PageParam {
|
||||
mail?: string
|
||||
username?: string
|
||||
}
|
||||
|
||||
// 查询邮箱账号列表
|
||||
export const getMailAccountPageApi = async (params: MailAccountPageReqVO) => {
|
||||
export const getMailAccountPageApi = async (params: PageParam) => {
|
||||
return await request.get({ url: '/system/mail-account/page', params })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user