新增内蒙艺校地址

This commit is contained in:
wenc000 2020-04-23 10:52:23 +08:00
parent dfc744d426
commit e5886e4656

View File

@ -35,10 +35,11 @@ public class LicenseTest {
// 东河新三务公开00-16-3E-00-79-BC
// 本机F0-79-60-1E-49-FC
// 应急管理局测试服务器(58.18.22.25)00-50-56-BE-3C-BC
// 内蒙古艺校18-66-DA-E8-EC-D4
// String mac = AddressUtil.getMacAddress();
// System.out.println(mac);
String license = License.getLicense("2020-03-22", "40", "00-50-56-BE-3C-BC", "_System_License_");
String license = License.getLicense("2020-04-22", "40", "18-66-DA-E8-EC-D4", "_System_License_");
System.out.println(license);
}