add batch delete user token

This commit is contained in:
lejianwen
2024-12-06 10:59:10 +08:00
parent ce242e344a
commit 529e67095a
3 changed files with 45 additions and 5 deletions
+8
View File
@@ -14,3 +14,11 @@ export function remove (data) {
data,
})
}
export function batchRemove (data) {
return request({
url: '/user_token/batchDelete',
method: 'post',
data,
})
}