mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
update
This commit is contained in:
@@ -631,9 +631,9 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 由于88250000005324在对方测试环境的LC658的站点,因此在这里将站点LC149改为LC658
|
// 由于88250000005324在对方测试环境的LC658的站点,因此在这里将站点LC149改为LC658
|
||||||
if (StringUtils.equals("149", stationId)) {
|
/* if (StringUtils.equals("149", stationId)) {
|
||||||
info.setStationID("LC658");
|
info.setStationID("LC658");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// 容量
|
// 容量
|
||||||
if (StringUtils.isNotBlank(String.valueOf(pileStationInfo.getCapacity()))) {
|
if (StringUtils.isNotBlank(String.valueOf(pileStationInfo.getCapacity()))) {
|
||||||
@@ -1057,9 +1057,9 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
orderInfo.setChargeDetails(chargeDetails);
|
orderInfo.setChargeDetails(chargeDetails);
|
||||||
|
|
||||||
// 由于订单在对方测试环境的LC658的站点,因此在这里将站点LC149改为LC658
|
// 由于订单在对方测试环境的LC658的站点,因此在这里将站点LC149改为LC658
|
||||||
if (orderInfo.getStationID().equals("LC149")){
|
/* if (orderInfo.getStationID().equals("LC149")){
|
||||||
orderInfo.setStationID("LC658");
|
orderInfo.setStationID("LC658");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// 获取令牌
|
// 获取令牌
|
||||||
String token = getToken(urlAddress, operatorId, operatorSecret, dataSecretIv, signSecret, dataSecret);
|
String token = getToken(urlAddress, operatorId, operatorSecret, dataSecretIv, signSecret, dataSecret);
|
||||||
|
|||||||
Reference in New Issue
Block a user