This commit is contained in:
GaoHao
2025-01-07 10:42:53 +08:00
parent f7037c0643
commit 0041cc0e15
7 changed files with 192 additions and 45 deletions

View File

@@ -30,3 +30,14 @@ export const registerCode = (params) => {
})
}
/**
* 修改密码
*/
export const forgetPwd = (data) => {
return http.request({
url: '/Login/forgetPwd',
method: 'POST',
params: data
})
}