mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 江苏省平台接口
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user