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:
@@ -15,4 +15,12 @@ public class MerchantUtils {
|
||||
return StringUtils.equals(XIXIAO_MERCHANT_ID, merchantId);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param organizationCode
|
||||
* @return
|
||||
*/
|
||||
public static String getOperatorID(String organizationCode) {
|
||||
return organizationCode.substring(9, 18);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user