| | |
| | | }); |
| | | var verAccount = optionType == 1 ? MainPage.LoginUser.userEmailInfo : MainPage.LoginUser.userMobileInfo; |
| | | var response = new HttpServerRequest().ValidatorCode(verAccount, etCode, MainPage.LoginUser.areaCode); |
| | | if (response.StateCode.ToUpper() == HttpUtil.SUCCESS_CODE) |
| | | if (response.StateCode.ToUpper() == StateCode.SUCCESS) |
| | | { |
| | | result = true; |
| | | } |
| | |
| | | new Thread(() => |
| | | { |
| | | var result2 = new DAL.Server.HttpServerRequest().BindAccount(account); |
| | | if (result2 == HttpUtil.SUCCESS_CODE) |
| | | if (result2 == StateCode.SUCCESS) |
| | | { |
| | | Application.RunOnMainThread(() => |
| | | { |
| | |
| | | new Thread(() => |
| | | { |
| | | var result2 = new DAL.Server.HttpServerRequest().BindAccount(account); |
| | | if (result2 == HttpUtil.SUCCESS_CODE) |
| | | if (result2 == StateCode.SUCCESS) |
| | | { |
| | | Application.RunOnMainThread(() => |
| | | { |