新增西藏项目

This commit is contained in:
wenc000 2020-07-14 12:52:13 +08:00
parent 49e0dc96eb
commit e4c28fdf8f

View File

@ -42,7 +42,8 @@ public class LicenseTest {
// 环保统一用户FA-16-3E-17-20-7D
// 包头体育局00-16-3E-00-F3-CE
// 包头安监局业务服务器00-50-56-93-66-AC
String license = License.getLicense("2020-06-22", "1000", "18-66-DA-E8-EC-D4", "_System_License_");
// 西藏日喀则08-94-EF-6B-5A-44
String license = License.getLicense("2020-07-10", "10000", "08-94-EF-6B-5A-44", "_System_License_");
System.out.println(license);
}