| | |
| | | } |
| | | |
| | | /** |
| | | * 对时设置 |
| | | * @param timingSetting 实体对象 |
| | | * @return |
| | | */ |
| | | @PostMapping("/timingSetting") |
| | | public String timingSetting(@RequestBody TimingSetting timingSetting){ |
| | | return iotMessageProduce.sendMessage(timingSetting.getCharging_pile_code(), ServiceIdMenu.TIMING_SETTING.getKey(),messageUtil.timingSetting(timingSetting)); |
| | | } |
| | | |
| | | /** |
| | | * 对时设置应答 |
| | | * @param timingSettingReply 实体对象 |
| | | * @return |
| | |
| | | public String platformRemoteUpdate(@RequestBody PlatformRemoteUpdate platformRemoteUpdate){ |
| | | return iotMessageProduce.sendMessage(platformRemoteUpdate.getCharging_pile_code(), ServiceIdMenu.PLATFORM_REMOTE_UPDATE.getKey(),messageUtil.platformRemoteUpdate(platformRemoteUpdate)); |
| | | } |
| | | |
| | | |
| | | } |