CrabtreeOn,印度客户定制APP,迁移2.0平台版本
wxr
2023-01-06 c05a93ddb0714a310a31574aaf030e677d9a07b6
Crabtree/SmartHome/HDL/Operation/Packet.cs
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Shared.SimpleControl;
namespace Shared
{
@@ -57,8 +58,10 @@
      /// </summary>
      public virtual void Manager ()
      {
            //加密检测
            EncryptionDetection ();
            if (CommonPage.needEncryptionDetection) {
                //加密检测
                EncryptionDetection ();
            }
            //var mes2 = System.Text.Encoding.ASCII.GetString (Bytes, 0, Bytes.Length);
            //Utlis.WriteLine ($"============>GetBytes :{mes2}");