fix 个人信息修改密码接口,隐藏新旧密码参数明文

This commit is contained in:
bleachtred 2023-09-25 15:29:32 +08:00
parent ab1a7204fa
commit 395db813b5

View File

@ -136,7 +136,7 @@ export const updateUserPwd = (oldPassword: string, newPassword: string) => {
headers: {
isEncrypt: true
},
params: data
data: data
});
};