整理代码

This commit is contained in:
wanggeng888 2021-05-22 09:19:54 +08:00
parent d1820f7a3f
commit b3d0e1d847
2 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,4 @@ public class SmsTask {
VerificationCodeManager.getInstance().clearExpireTimeCode(); VerificationCodeManager.getInstance().clearExpireTimeCode();
} }
} }

View File

@ -43,7 +43,8 @@ public class LicenseTest {
// 包头体育局00-16-3E-00-F3-CE // 包头体育局00-16-3E-00-F3-CE
// 包头安监局业务服务器00-50-56-93-66-AC // 包头安监局业务服务器00-50-56-93-66-AC
// 西藏日喀则08-94-EF-6B-5A-44 // 西藏日喀则08-94-EF-6B-5A-44
String license = License.getLicense("2020-08-25", "10000", "84-65-69-5C-23-AA", "_System_License_"); // 集宁环保FA-26-00-03-D3-C4
String license = License.getLicense("2021-05-06", "10000", "FA-26-00-03-D3-C4", "_System_License_");
System.out.println(license); System.out.println(license);
} }