| | |
| | | private PlatformRestartService platformRestartService; |
| | | @Autowired |
| | | private PlatformRemoteUpdateService platformRemoteUpdateService; |
| | | @Autowired |
| | | private QrCodeDeliveryService qrCodeDeliveryService; |
| | | |
| | | /** |
| | | * 登录认证应答 |
| | |
| | | } |
| | | |
| | | /** |
| | | * 二维码下发 |
| | | * @param qrCodeDelivery 实体对象 |
| | | * @return |
| | | */ |
| | | public JSONObject qrCodeDelivery(QrCodeDelivery qrCodeDelivery){ |
| | | qrCodeDeliveryService.create(qrCodeDelivery); |
| | | return getMessageJsonString(qrCodeDelivery, ServiceIdMenu.QR_CODE_DELIVERY.getValue()); |
| | | } |
| | | |
| | | /** |
| | | * 统一封装消息 |
| | | * @param object 实体对象 |
| | | * @param serviceId 服务ID |