This commit is contained in:
dute7liang
2024-01-01 19:47:51 +08:00
parent 378551aa98
commit ecb1f153b3
7 changed files with 316 additions and 3 deletions

View File

@@ -9,6 +9,14 @@ export function listUser(query) {
})
}
export function resetUserPassword(data) {
return request({
url: '/cai/user/resetPwd',
method: 'post',
data: data
})
}
// 查询用户详细
export function getUser(id) {
return request({