新增显示所有邮箱邮件
This commit is contained in:
@@ -16,3 +16,7 @@ export function accountDelete(accountId) {
|
||||
return http.delete('/account/delete', {params: {accountId}})
|
||||
}
|
||||
|
||||
export function accountSetAllReceive(accountId) {
|
||||
return http.put('/account/setAllReceive', {accountId})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user