新增MAC地址
This commit is contained in:
parent
b2f886c89b
commit
08458e21af
@ -30,19 +30,21 @@ public class LicenseTest {
|
||||
// 巴盟三务公开:6C-92-BF-4F-07-0D
|
||||
// 包头东河三务公开:00-16-3E-00-62-F6
|
||||
// 通用 00-16-3E-00-79-58
|
||||
// 乌拉特中旗三务公开:
|
||||
// 乌海海勃湾区 50-AF-73-27-2E-B2
|
||||
// 东河新三务公开:00-16-3E-00-79-BC
|
||||
// 本机:F0-79-60-1E-49-FC
|
||||
// 应急管理局测试服务器(58.18.22.25):00-50-56-BE-3C-BC
|
||||
// String mac = AddressUtil.getMacAddress();
|
||||
// System.out.println(mac);
|
||||
|
||||
String license = License.getLicense("2020-02-18", "1000", "08-ED-B9-00-10-6D", "_System_License_");
|
||||
String license = License.getLicense("2020-03-22", "40", "00-50-56-BE-3C-BC", "_System_License_");
|
||||
System.out.println(license);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void licenseOldTest() {
|
||||
String license = getOldLicense("2020-02-18", "10000000", "50-AF-73-27-2E-B2", "CMXX0471");
|
||||
String license = getOldLicense("2020-04-13", "10000", "00-16-3E-00-58-B4", "CMXX0471");
|
||||
System.out.println(license);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user