update 江苏省平台接口

This commit is contained in:
Lemon
2023-10-19 11:21:02 +08:00
parent 45da1f1ed1
commit bd0a9d6dac
9 changed files with 244 additions and 20 deletions

View File

@@ -2336,7 +2336,7 @@ public class SpringBootTestController {
String str = "JS160829";
System.out.println(Md5Utils.hash(str).toUpperCase(Locale.ROOT));
*/
String s = RandomStringUtils.randomAlphanumeric(43).toUpperCase(Locale.ROOT);
String s = RandomStringUtils.randomAlphanumeric(16).toUpperCase(Locale.ROOT);
System.out.println(s);
Date startTimeDate = sdf.parse("2022-11-26 10:44:11");