新增应急管理局的MAC地址

This commit is contained in:
wenc000 2020-06-22 19:39:30 +08:00
parent b15edd6731
commit 40dd6a0ea4

View File

@ -41,7 +41,8 @@ public class LicenseTest {
// System.out.println(mac); // System.out.println(mac);
// 环保统一用户FA-16-3E-17-20-7D // 环保统一用户FA-16-3E-17-20-7D
// 包头体育局00-16-3E-00-F3-CE // 包头体育局00-16-3E-00-F3-CE
String license = License.getLicense("2020-05-14", "100", "00-16-3E-00-F3-CE", "_System_License_"); // 包头安监局业务服务器00-50-56-93-66-AC
String license = License.getLicense("2020-06-22", "1000", "00-50-56-93-66-AC", "_System_License_");
System.out.println(license); System.out.println(license);
} }