添加密码修改功能,完善抽屉部分信息的展示,修改头像显示异常的错误
This commit is contained in:
@@ -582,4 +582,16 @@ export class ApiService extends HttpService {
|
||||
});
|
||||
}
|
||||
|
||||
setPwd(pwdStr: string, newPwdStr: string, confirmPwdStr: string,) {
|
||||
return super.Service<string>({
|
||||
path: '/user/setPwd',
|
||||
method: 'POST',
|
||||
queryParam: {
|
||||
pwd: pwdStr,
|
||||
newPwd: newPwdStr,
|
||||
confirmPwd: confirmPwdStr,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user