ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundControlForm.csold mode 100755 new mode 100644
@@ -233,7 +233,7 @@ // 提交数据至服务器 string url = "https://developer.hdlcontrol.com/zigbeespeakerservice/BatchEdit"; string json = Newtonsoft.Json.JsonConvert.SerializeObject(SmartSound.getInstantiate()); string response_str = await MyHttpWebResponse.PostWebRequest(url, json, Encoding.UTF8); string response_str = MyHttpWebResponse.PostWebRequest(url, json, Encoding.UTF8); return response_str; }