From 127ffd5dc64c835d2c77b2141e15ecc1d8ddda0c Mon Sep 17 00:00:00 2001 From: croire <1432593898@qq.com> Date: Tue, 15 Mar 2022 19:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=99=A8=E7=A0=81=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E7=A1=AC=E7=9B=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi.Core/Utils/MachineCode.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DownKyi.Core/Utils/MachineCode.cs b/DownKyi.Core/Utils/MachineCode.cs index 5c13cb2..faecd8f 100644 --- a/DownKyi.Core/Utils/MachineCode.cs +++ b/DownKyi.Core/Utils/MachineCode.cs @@ -20,8 +20,8 @@ namespace DownKyi.Core.Utils string machineCodeString = "PC." + machineCode.GetMainBordId() + "." + - machineCode.GetCpuInfo() + "." + - machineCode.GetDiskID();// + "." + + machineCode.GetCpuInfo();// + "." + + //machineCode.GetDiskID();// + "." + //machineCode.GetMoAddress(); return machineCodeString.Replace(" ", ""); }