机器码去掉硬盘信息

croire 3 years ago
parent 084d4ab363
commit 127ffd5dc6

@ -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(" ", "");
}

Loading…
Cancel
Save