重置用户密码

master
15386982806 2023-01-31 17:07:28 +08:00
parent c86d863f1d
commit c6e1cc060a
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ export const getChildRegion = (id) => {
// 重置用户密码
export const resetPassword = (params) => {
return postRequest(`/passport/user/resetPassword/${params}"`);
return postRequest(`/passport/user/resetPassword/${params}`);
};
// 初始化商品索引