Commit feea3c1f authored by 武广's avatar 武广

Merge branch 'master' of git.quantgroup.cn:ui/merchant-manage-ui into feature/package

parents 8e2d9467 1c4a39b6
......@@ -5,7 +5,7 @@ const { api } = config;
// 商户后台密码修改-校验
export async function passwordRule(params) {
const data = await request.post('/user/ex/validate-password-rule', {
const data = await request.post('/v2/user/password/validate', {
prefix: api,
data: params,
});
......@@ -14,7 +14,7 @@ export async function passwordRule(params) {
// 商户后台密码修改
export async function resetPassword(params) {
const data = await request.post('/user/ex/supply/reset-password', {
const data = await request.post('/v2/user/password/reset', {
prefix: api,
data: params,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment