!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
commit 8ed32775cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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