fix: mes接口修改

This commit is contained in:
2023-09-25 17:52:27 +08:00
parent d8d9c21be6
commit 2a7b36edaa
43 changed files with 991 additions and 108 deletions

View File

@@ -112,4 +112,10 @@ public class test {
System.out.println("2");
}
public static void main(String[] args) {
String f = "14070300003423092216085408190002";
System.out.println(f.substring(0, 12));
System.out.println(f.substring(18, f.length()));
}
}