fix: 修改密码接口调整
This commit is contained in:
parent
0d3f687261
commit
f897bfcbe9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue