| | |
| | | bool result = await this.SetHomeIdToGateway(realWay, string.Empty);
|
| | | if (result == false)
|
| | | {
|
| | | //网关解绑失败
|
| | | //网关解绑失败 不理它,因为网关可以按按键强制搜索得到
|
| | | string msg = Language.StringByID(R.MyInternationalizationString.uGatewayUnBindFail);
|
| | | this.ShowErrorMsg(msg);
|
| | | return false;
|
| | | //this.ShowErrorMsg(msg);
|
| | | //return false;
|
| | | }
|
| | | }
|
| | |
|
| | | //删除云端的网关
|
| | | await Phone.UserCenter.HdlGatewayLogic.Current.DeleteDataBaseGateway(zbGatewayID);
|
| | | await this.DeleteDataBaseGateway(zbGatewayID);
|
| | |
|
| | | //删除网关文件 |
| | | this.DeleteGatewayFile(zbGatewayID); |
| | |
| | | //获取控制主人账号的Token
|
| | | Pra.LoginAccessToken = UserCenterLogic.GetConnectMainToken();
|
| | |
|
| | | List<string> listNotShowError = new List<string>() { "NoExist", "NoBind", "NoRecord" };
|
| | | List<string> listNotShowError = new List<string>() { "NoExist", "NoBind", "NoRecord", "NotSetAgain" };
|
| | |
|
| | | bool result = await UserCenterLogic.GetResultStatuByRequestHttps("App/ReleaseGatewayToHome", true, Pra, listNotShowError);
|
| | | if (result == false)
|