mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 联联平台Service
This commit is contained in:
@@ -10,11 +10,18 @@ public class MerchantUtils {
|
||||
// 希晓运营商id
|
||||
public static final String XIXIAO_MERCHANT_ID = "35";
|
||||
|
||||
public static final String YUAN_DA_MERCHANT_ID = "36";
|
||||
|
||||
// 是否是希晓运营商
|
||||
public static boolean isXiXiaoMerchant(String merchantId) {
|
||||
return StringUtils.equals(XIXIAO_MERCHANT_ID, merchantId);
|
||||
}
|
||||
|
||||
// 是否是远大运营商
|
||||
public static boolean isYuanDaMerchant(String merchantId) {
|
||||
return StringUtils.equals(YUAN_DA_MERCHANT_ID, merchantId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 从统一社会信用代码中获取组织机构代码
|
||||
* @param organizationCode
|
||||
|
||||
Reference in New Issue
Block a user