Pre Merge pull request !44 from Bleachtred/ts

This commit is contained in:
Bleachtred 2023-09-25 07:32:18 +00:00 committed by Gitee
commit 1682e8be3b
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: {
isEncrypt: true
},
params: data
data: data
});
};