update 甘肃平台Service

This commit is contained in:
Lemon
2024-11-27 15:23:36 +08:00
parent 9d61fa5dba
commit e861eec868

View File

@@ -186,8 +186,6 @@ public class GanSuPlatformServiceImpl implements ThirdPartyPlatformService {
.stationLat(new BigDecimal(pileStationInfo.getStationLat())) .stationLat(new BigDecimal(pileStationInfo.getStationLat()))
.construction(Integer.parseInt(pileStationInfo.getConstruction())) .construction(Integer.parseInt(pileStationInfo.getConstruction()))
.parkNums(Integer.parseInt(pileStationInfo.getParkNums())) .parkNums(Integer.parseInt(pileStationInfo.getParkNums()))
// todo .electricityFee()
// todo .serviceFee()
.build(); .build();
JSONObject electricityFee = new JSONObject(); JSONObject electricityFee = new JSONObject();
@@ -440,6 +438,7 @@ public class GanSuPlatformServiceImpl implements ThirdPartyPlatformService {
if (StringUtils.isBlank(token)) { if (StringUtils.isBlank(token)) {
return null; return null;
} }
// 调用联联平台接口 // 调用联联平台接口
String jsonString = JSON.toJSONString(chargeOrderInfo); String jsonString = JSON.toJSONString(chargeOrderInfo);
String result = HttpRequestUtil.sendPost(token, jsonString, url, dataSecret, dataSecretIv, operatorId, signSecret); String result = HttpRequestUtil.sendPost(token, jsonString, url, dataSecret, dataSecretIv, operatorId, signSecret);