update 上海宏鹏推送联联

This commit is contained in:
YAS\29473
2025-12-04 17:06:15 +08:00
parent 1b8ddd7b20
commit 649a27047b
3 changed files with 11 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ public class MerchantUtils {
// 上海派荷科技有限公司
public static final String PAI_HE_MERCHANT_ID = "367";
public static final String HONG_PENG_MERCHANT_ID = "482";
// 是否是希晓运营商
public static boolean isXiXiaoMerchant(String merchantId) {
@@ -50,4 +52,8 @@ public class MerchantUtils {
String organizationCode = "91310118MA1JLFUU81";
System.out.println(getOperatorID(organizationCode));
}
public static boolean isHongPeng(String s) {
}
}