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:
@@ -636,6 +636,7 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
}*/
|
||||
|
||||
//正式环境站点149推送时报错,"Msg":"更新站点数据出错。站点ID:LC149,错误信息:站点的所属运营商不能修改",
|
||||
// 正确运营商为"上海之禾"-057643496
|
||||
if(StringUtils.equals("149", stationId)){
|
||||
//使用EquipmentOwnerID = MA1JLFUU8
|
||||
info.setEquipmentOwnerID(Constants.OPERATORID_LIANLIAN);
|
||||
@@ -1069,6 +1070,13 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
orderInfo.setStationID("LC658");
|
||||
}*/
|
||||
|
||||
// 正确运营商"之禾"
|
||||
if(StringUtils.equals("149", orderInfo.getStationID())){
|
||||
//使用EquipmentOwnerID = MA1JLFUU8
|
||||
orderInfo.setEquipmentOwnerID(Constants.OPERATORID_LIANLIAN);
|
||||
}
|
||||
|
||||
|
||||
// 获取令牌
|
||||
String token = getToken(urlAddress, operatorId, operatorSecret, dataSecretIv, signSecret, dataSecret);
|
||||
if (StringUtils.isBlank(token)) {
|
||||
@@ -1594,6 +1602,7 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
succStat = 1;
|
||||
// 1- 此设备尚未插枪;
|
||||
failReason = 1;
|
||||
failReasonMsg = "此设备尚未插枪";
|
||||
}
|
||||
vo.setEquipAuthSeq(equipAuthSeq);
|
||||
vo.setConnectorID(pileConnectorCode);
|
||||
|
||||
Reference in New Issue
Block a user