#I5MD0X 增加修改自己登录密码功能
This commit is contained in:
@@ -10,6 +10,9 @@ export default {
|
||||
},
|
||||
getSelfUserInfo: data => {
|
||||
return request({url: '/user/info/selfInfo', method: 'post', data: Qs.stringify(data)});
|
||||
},
|
||||
updateSelfPwd: data => {
|
||||
return request({url: '/user/info/updateSelfPwd', method: 'post', data: Qs.stringify(data)});
|
||||
},
|
||||
selfInfoWithAuth: data => {
|
||||
return request({url: '/user/info/selfInfoWithAuth', method: 'post', data: Qs.stringify(data)});
|
||||
|
||||
Reference in New Issue
Block a user