修改license的加密方式

This commit is contained in:
wenc000 2020-02-19 16:46:11 +08:00
parent d71cf3db1d
commit a09760957a

View File

@ -26,7 +26,8 @@ public class LicenseTest {
// 本机F0-79-60-1E-49-FC
// String mac = AddressUtil.getMacAddress();
// System.out.println(mac);
String license = License.getLicense("2020-02-17", "1000", "F0-79-60-1E-49-FC", "_System_License_");
String license = License.getLicense("2020-02-18", "1000", "00-16-3E-00-62-F6", "_System_License_");
System.out.println(license);
}