mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 对接内蒙古平台
This commit is contained in:
@@ -63,6 +63,9 @@ public class Constants {
|
||||
|
||||
public static final String partnerId = "1632405339"; // 商户号Id
|
||||
|
||||
// 对接第三方平台,我方OPERATORID
|
||||
public static final String JSOWELL_OPERATORID = "MA1JLFUU8";
|
||||
|
||||
public static final String OPERATORID_LIANLIAN = "MA1JLFUU8";
|
||||
|
||||
public static final String OPERATORID_JIANG_SU = "MA1X78KH5";
|
||||
|
||||
@@ -43,6 +43,6 @@ public enum PileConnectorDataBaseStatusEnum {
|
||||
return statusEnum.getLabel();
|
||||
}
|
||||
}
|
||||
return "";
|
||||
return "未知";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user