wrong param name(rate id)
This commit is contained in:
parent
82f27da4d4
commit
1bbc5eddcb
@ -119,7 +119,7 @@ public class ChargingController {
|
|||||||
JSONObject json = (JSONObject) JSON.toJSON(startChargingData);
|
JSONObject json = (JSONObject) JSON.toJSON(startChargingData);
|
||||||
String response = HttpUtils.post(fmt(svcSrv).concat("/native/charging/start"), json);
|
String response = HttpUtils.post(fmt(svcSrv).concat("/native/charging/start"), json);
|
||||||
r = getRR(response);
|
r = getRR(response);
|
||||||
r.setData(pileRateModelId);
|
r.setData(stationRateModelId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return r;
|
return r;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user