店铺修改密码接口调整

master
Chopper 2022-08-04 11:19:22 +08:00
parent bf393181b8
commit 1d6a61d5d9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export const editEmail = params => {
}; };
// 个人中心修改密码 // 个人中心修改密码
export const changePass = params => { export const changePass = params => {
return postRequest("/login/modifyPass", params); return postRequest("/passport/login/modifyPass", params);
}; };
// 个人中心修改手机 // 个人中心修改手机
export const changeMobile = params => { export const changeMobile = params => {