mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-25 01:29:47 +08:00
update 甘肃平台Service
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user