mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
修改会员API路径调整导致无法修改会员信息问题处理
This commit is contained in:
@@ -45,7 +45,7 @@ export const getMemberInfoData = (id) => {
|
||||
|
||||
// 修改会员基本信息
|
||||
export const updateMember = (params) => {
|
||||
return putRequest(`/member`, params);
|
||||
return putRequest(`/passport/member`, params);
|
||||
};
|
||||
|
||||
// 添加会员基本信息
|
||||
|
||||
Reference in New Issue
Block a user