ZigbeeApp/Shared/Common/CommonPage.csold mode 100755 new mode 100644
@@ -268,7 +268,7 @@ /// <param name="token">token</param> /// <param name="requestMethod">POST 或者 GET 等等</param> /// <returns>得到响应的数据</returns> private async System.Threading.Tasks.Task<byte[]> DoRequestZigbeeHttpsInterface(string requestFullUrl, byte[] byteData, string token, string requestMethod = "POST") public async System.Threading.Tasks.Task<byte[]> DoRequestZigbeeHttpsInterface(string requestFullUrl, byte[] byteData, string token, string requestMethod = "POST") { try {