mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
店铺修改密码接口调整
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user