mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
之禾推送联联
This commit is contained in:
@@ -12,6 +12,9 @@ public class MerchantUtils {
|
||||
|
||||
public static final String YUAN_DA_MERCHANT_ID = "36";
|
||||
|
||||
// 上海之禾服饰有限公司
|
||||
public static final String ZHI_HE_MERCHANT_ID = "146";
|
||||
|
||||
// 是否是希晓运营商
|
||||
public static boolean isXiXiaoMerchant(String merchantId) {
|
||||
return StringUtils.equals(XIXIAO_MERCHANT_ID, merchantId);
|
||||
@@ -22,6 +25,10 @@ public class MerchantUtils {
|
||||
return StringUtils.equals(YUAN_DA_MERCHANT_ID, merchantId);
|
||||
}
|
||||
|
||||
public static boolean isZhiHeMerchant(String merchantId) {
|
||||
return StringUtils.equals(ZHI_HE_MERCHANT_ID, merchantId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 从统一社会信用代码中获取组织机构代码
|
||||
* @param organizationCode
|
||||
|
||||
Reference in New Issue
Block a user