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