新增邮件群发和数据可视化
This commit is contained in:
@@ -8,6 +8,10 @@ export function accountAdd(email,token) {
|
||||
return http.post('/account/add', {email,token})
|
||||
}
|
||||
|
||||
export function accountSetName(accountId,name) {
|
||||
return http.put('/account/setName', {name,accountId})
|
||||
}
|
||||
|
||||
export function accountDelete(accountId) {
|
||||
return http.delete('/account/delete', {params: {accountId}})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user