| | |
| | | |
| | | public static final String DEFAULT_OPEN_DOOR_PROTOCOL = "openDoorAdapt";//吸墨门禁 |
| | | public static final String DEFAULT_START_MACHINE_PROTOCOL = "restartMachineAdapt";//吸墨门禁 |
| | | public static final String DEFAULT_RESEND_IOT_PROTOCOL = "reSendIotAdapt";//重新送数据 |
| | | |
| | | |
| | | @Override |
| | |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public ResultVo resendIot(@RequestBody JSONObject reqJson) { |
| | | IDatabusAdapt databusAdaptImpl = ApplicationContextFactory.getBean(DEFAULT_RESEND_IOT_PROTOCOL, IDatabusAdapt.class); |
| | | return databusAdaptImpl.reSendToIot(reqJson); |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 处理业务类 |
| | | * |