| | |
| | | * @param newPsw 新密码 |
| | | */ |
| | | private void sendChangePassword(String oldPsw, String newPsw) { |
| | | |
| | | if (UserConfigManage.getInstance().isBAccount()) { |
| | | //B端更改个人密码 |
| | | HdlAccountLogic.getInstance().updatePassword_B(oldPsw, newPsw, new CloudCallBeak<String>() { |
| | |
| | | public void onSuccess(String str) { |
| | | HdlLogLogic.print("B端更改个人密码退出登录--->", true); |
| | | // HdlThreadLogic.tipFlashingBox(_mActivity, true, getString(R.string.home_login_pws_reset_succeeded), 0); |
| | | HDLLinkPMUser.getInstance().logout(0); |
| | | // HDLLinkPMUser.getInstance().logout(0); |
| | | HdlAccountLogic.getInstance().logout(); |
| | | } |
| | | |
| | | @Override |
| | |
| | | @Override |
| | | public void onSuccess(String obj) { |
| | | HdlLogLogic.print("C端更改个人密码退出登录--->", true); |
| | | HDLLinkPMUser.getInstance().logout(0); |
| | | // HDLLinkPMUser.getInstance().logout(0); |
| | | HdlAccountLogic.getInstance().logout(); |
| | | |
| | | |
| | | } |