This commit is contained in:
wenc000 2019-11-17 11:11:57 +08:00
parent c30094199a
commit 6bf63c46d3

View File

@ -15,6 +15,7 @@ import org.junit.Test;
**/
public class LicenseTest {
@Test
public void licenseTest() throws Exception {
// 3C-A0-67-4A-88-D2
// 巴盟三务公开6C-92-BF-4F-07-0D
@ -23,7 +24,7 @@ public class LicenseTest {
// 乌海海勃湾区 50-AF-73-27-2E-B2
String mac = AddressUtil.getMacAddress();
System.out.println(mac);
String license = License.getLicense("2019-10-10", "50", "50-AF-73-27-2E-B2", "CMXX0471");
String license = License.getLicense("2019-11-15", "60", "50-AF-73-27-2E-B2", "CMXX0471");
System.out.println(license);
}