修改license的加密方式
This commit is contained in:
parent
d71cf3db1d
commit
a09760957a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user