|
|
@@ -455,7 +455,7 @@ public class ChargingReceptionServiceImpl implements ChargingReceptionService {
|
|
|
map.put("status", SystemConstants.STATUS_ONE);
|
|
|
map.put("startTime", startTime);
|
|
|
map.put("connectorId", chargeOrderInfo.getConnectorId());
|
|
|
- map.put("jsonNode", jsonNode.toString());
|
|
|
+ map.put("jsonNode", jsonNode);
|
|
|
okHttpUtil.doPostForm(firmInfo.getChannelUrl() + "/notification_start_charge_result", map, null);
|
|
|
}
|
|
|
}
|