mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -39,6 +39,10 @@ public class MerchantUtils {
|
|||||||
return StringUtils.equals(PAI_HE_MERCHANT_ID, merchantId);
|
return StringUtils.equals(PAI_HE_MERCHANT_ID, merchantId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static boolean isHongPeng(String merchantId) {
|
||||||
|
return StringUtils.equals(HONG_PENG_MERCHANT_ID, merchantId);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 从统一社会信用代码中获取组织机构代码
|
* 从统一社会信用代码中获取组织机构代码
|
||||||
* @param organizationCode
|
* @param organizationCode
|
||||||
@@ -53,7 +57,4 @@ public class MerchantUtils {
|
|||||||
System.out.println(getOperatorID(organizationCode));
|
System.out.println(getOperatorID(organizationCode));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isHongPeng(String s) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user