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