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:
@@ -1,9 +1,18 @@
|
||||
package com.jsowell.pile.util;
|
||||
|
||||
import com.jsowell.common.util.StringUtils;
|
||||
|
||||
/**
|
||||
* 运营商工具类
|
||||
*/
|
||||
public class MerchantUtils {
|
||||
|
||||
private String XIXIAO_MERCHANT_ID = "35";
|
||||
// 希晓运营商id
|
||||
public static final String XIXIAO_MERCHANT_ID = "35";
|
||||
|
||||
// 是否是希晓运营商
|
||||
public static boolean isXiXiaoMerchant(String merchantId) {
|
||||
return StringUtils.equals(XIXIAO_MERCHANT_ID, merchantId);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user