fix bugs & add batchdelete peer & add peer to ab
This commit is contained in:
@@ -37,9 +37,9 @@ export function remove (data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function changePwd (data) {
|
||||
export function batchCreate (data) {
|
||||
return request({
|
||||
url: '/address_book/changePwd',
|
||||
url: '/address_book/batchCreate',
|
||||
method: 'post',
|
||||
data,
|
||||
})
|
||||
|
||||
@@ -36,3 +36,11 @@ export function remove (data) {
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
||||
export function batchRemove (data) {
|
||||
return request({
|
||||
url: '/peer/batchDelete',
|
||||
method: 'post',
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user