fix: 修改密码接口调整
This commit is contained in:
parent
0d3f687261
commit
f897bfcbe9
|
@ -3,7 +3,7 @@ import $http from '../../utils/httpRequest'
|
||||||
// 修改密码
|
// 修改密码
|
||||||
export const password = (oldPassword, newPassword) => {
|
export const password = (oldPassword, newPassword) => {
|
||||||
return $http({
|
return $http({
|
||||||
url: '/auth/change/pwd',
|
url: '/merchant-api/auth/change/pwd',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
data: {
|
data: {
|
||||||
oldPassword: oldPassword,
|
oldPassword: oldPassword,
|
||||||
|
|
Loading…
Reference in New Issue