明文加解密

This commit is contained in:
binbin_pan 2024-06-05 17:41:29 +08:00
parent 37e8761508
commit db82be8297
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ export function updateUserProfile(data) {
// 用户密码重置
export function updateUserPwd(oldPassword, newPassword) {
const data = {
oldPassword,
newPassword
actionCode: oldPassword,
handleCode: newPassword
}
return request({
url: '/system/user/profile/updatePwd',