用户审核管理

This commit is contained in:
仲么了
2024-01-22 15:20:30 +08:00
parent 0bf750e5ae
commit e13c9080e6
7 changed files with 273 additions and 96 deletions

View File

@@ -106,3 +106,13 @@ export async function updatePassword(params: any) {
}
})
}
export function checkUser(data:any) {
return request({
url: '/user-boot/user/check',
method: 'put',
data: data
})
}