mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 对接内蒙古平台
This commit is contained in:
@@ -21,6 +21,11 @@ public class MerchantUtils {
|
||||
* @return
|
||||
*/
|
||||
public static String getOperatorID(String organizationCode) {
|
||||
return organizationCode.substring(9, 18);
|
||||
return organizationCode.substring(8, 17);
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
String organizationCode = "91310118MA1JLFUU81";
|
||||
System.out.println(getOperatorID(organizationCode));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user