fix 个人信息修改密码接口,隐藏新旧密码参数明文
This commit is contained in:
parent
ab1a7204fa
commit
395db813b5
@ -136,7 +136,7 @@ export const updateUserPwd = (oldPassword: string, newPassword: string) => {
|
|||||||
headers: {
|
headers: {
|
||||||
isEncrypt: true
|
isEncrypt: true
|
||||||
},
|
},
|
||||||
params: data
|
data: data
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user