This commit is contained in:
dute7liang
2024-01-04 23:09:07 +08:00
parent 652100912f
commit a43530f43f
2 changed files with 30 additions and 1 deletions

View File

@@ -17,6 +17,14 @@ export function resetUserPassword(data) {
})
}
export function resetUserMobile(data) {
return request({
url: '/cai/user/updateMobile',
method: 'put',
data: data
})
}
// 查询用户详细
export function getUser(id) {
return request({