mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
重置用户密码
This commit is contained in:
@@ -400,7 +400,7 @@ export const getChildRegion = (id) => {
|
||||
|
||||
// 重置用户密码
|
||||
export const resetPassword = (params) => {
|
||||
return postRequest(`/passport/user/resetPassword/${params}"`);
|
||||
return postRequest(`/passport/user/resetPassword/${params}`);
|
||||
};
|
||||
|
||||
// 初始化商品索引
|
||||
|
||||
Reference in New Issue
Block a user