| | |
| | | * @param i_account 账号 |
| | | */ |
| | | public void regionByAccount(String i_account, CloudCallBeak<HDLUserRegionBean> cloudCallBeak) { |
| | | HDLLinkPMUser.getInstance().regionByAccount(i_account, new IRegionByAccountCallBack() { |
| | | boolean isBooleanB = UserConfigManage.getInstance().isBAccount(); |
| | | HDLLinkPMUser.getInstance().regionByAccount(isBooleanB, i_account, new IRegionByAccountCallBack() { |
| | | @Override |
| | | public void onSuccess(HDLUserRegionBean regionBean) { |
| | | if (cloudCallBeak != null) { |
| | |
| | | if (!TextUtils.isEmpty(memberPhone)) { |
| | | json.addProperty("memberPhone", memberPhone);//手机号 |
| | | } |
| | | if (!TextUtils.isEmpty(memberPhone)) { |
| | | if (!TextUtils.isEmpty(memberEmail)) { |
| | | json.addProperty("memberEmail", memberEmail);//邮箱 |
| | | } |
| | | json.addProperty("verifyCode", verifyCode);//验证码 |