fix: mes接口修改
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user