mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 01:39:44 +08:00
api完善
This commit is contained in:
@@ -48,3 +48,7 @@ export function updateAdminUser(
|
||||
role_ids: roleIds,
|
||||
});
|
||||
}
|
||||
|
||||
export function destroyAdminUser(id: number) {
|
||||
return client.destroy(`/backend/v1/admin-user/${id}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user