feat: 修改密码

This commit is contained in:
rd
2025-09-12 12:00:26 +08:00
parent 465cb2fcad
commit 98d600693a
8 changed files with 489 additions and 33 deletions

View File

@ -122,7 +122,7 @@ export const sendUpdateMobileCaptcha = (data: any) => {
// 修改绑定的手机号
export const updateMobile = (data: any) => {
return Http.post(`/v1/me/mobile`, data);
return Http.patch(`/v1/me/mobile`, data);
};
// 修改我的信息