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

Merge pull request !44 from Bleachtred/ts
This commit is contained in:
疯狂的狮子Li
2023-09-26 08:06:46 +00:00
committed by Gitee

View File

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