重置用户密码

This commit is contained in:
15386982806 2023-01-31 17:07:28 +08:00
parent c86d863f1d
commit c6e1cc060a

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}`);
};
// 初始化商品索引