| | |
| | | * @param endCharge 实体对象 |
| | | * @return |
| | | */ |
| | | @PostMapping("/endCharge") |
| | | public String endCharge(@RequestBody EndCharge endCharge){ |
| | | return iotMessageProduce.sendMessage(endCharge.getCharging_pile_code(), ServiceIdMenu.END_CHARGE.getKey(),messageUtil.endCharge(endCharge)); |
| | | } |
| | | // @PostMapping("/endCharge") |
| | | // public String endCharge(@RequestBody EndCharge endCharge){ |
| | | // return iotMessageProduce.sendMessage(endCharge.getCharging_pile_code(), ServiceIdMenu.END_CHARGE.getKey(),messageUtil.endCharge(endCharge)); |
| | | // } |
| | | |
| | | /** |
| | | * 运营平台确认启动充电 |