From e861eec8680c60093a6a880c3f2ebc899c1a83ec Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 27 Nov 2024 15:23:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=94=98=E8=82=83=E5=B9=B3=E5=8F=B0Se?= =?UTF-8?q?rvice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/service/impl/GanSuPlatformServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GanSuPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GanSuPlatformServiceImpl.java index 173295015..776cc5c73 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GanSuPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GanSuPlatformServiceImpl.java @@ -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);