From 053ed2af7d630b6aba9c17a96814a35111daaf70 Mon Sep 17 00:00:00 2001 From: zhichao lei <442149704@qq.com> Date: Mon, 14 Sep 2020 14:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=99=A8=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Quanjiang.DigitalScholl.WebLicense/LicenseChecker.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.WebLicense/LicenseChecker.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.WebLicense/LicenseChecker.cs index a06fe7089..962473ae6 100644 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.WebLicense/LicenseChecker.cs +++ b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.WebLicense/LicenseChecker.cs @@ -21,9 +21,9 @@ namespace Quanjiang.DigitalScholl.WebLicense { public static string GenerateMachineId() { - string cpuid = LicenseManager.GetCPUSerialNumber(); + string cpuid = ""; LicenseManager.GetCPUSerialNumber(); string hd = LicenseManager.GetHardDriverNumber(); - string bios = LicenseManager.GetBoisNumber(); + string bios = ""; LicenseManager.GetBoisNumber(); string uid = LicenseManager.GetMachineName(); return DESEncrypt.Encrypt(cpuid + hd + bios + uid, "bjquanjiang@2020!"); }