处理图片压缩异常问题

This commit is contained in:
wenc000 2019-09-16 11:29:09 +08:00
parent df6234790e
commit d5cd78edea

View File

@ -20,9 +20,10 @@ public class LicenseTest {
// 3C-A0-67-4A-88-D2
// 巴盟三务公开6C-92-BF-4F-07-0D
// 包头东河三务公开00-16-3E-00-62-F6
// 通用 00-16-3E-00-79-58
String mac = AddressUtil.getMacAddress();
System.out.println(mac);
String license = License.getLicense("2019-07-11", "800", "6C-92-BF-4F-07-0C", "CMXX0471");
String license = License.getLicense("2019-07-11", "800", "00-16-3E-00-79-58", "CMXX0471");
System.out.println(license);
}