fix: 修改密码接口调整

This commit is contained in:
lzhizhao 2025-09-25 18:59:22 +08:00
parent 0d3f687261
commit f897bfcbe9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import $http from '../../utils/httpRequest'
// 修改密码
export const password = (oldPassword, newPassword) => {
return $http({
url: '/auth/change/pwd',
url: '/merchant-api/auth/change/pwd',
method: 'put',
data: {
oldPassword: oldPassword,