ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs
@@ -2567,7 +2567,7 @@ { //获取远程mqtt链接信息 var pra = new { attachClientId = RemoteClientId, homeType = "ZIGBEE" }; var result = Shared.Phone.HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/mqtt/getRemoteInfo", RestSharp.Method.POST, pra); var result = Shared.Phone.HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/mqtt/getRemoteInfo", RestSharp.Method.POST, pra); if (result != null && result.Code == Shared.Phone.HttpMessageEnum.A成功) { var jobject = JObject.Parse(result.Data.ToString());