| | |
| | | import com.sandu.ximon.admin.manager.iot.rrpc.topic.IBaseTopic; |
| | | import com.sandu.ximon.admin.manager.iot.rrpc.topic.ICustomizeTopic; |
| | | import com.sandu.ximon.admin.manager.iot.rrpc.util.FrameUtils; |
| | | import lombok.SneakyThrows; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.BeanUtils; |
| | | |
| | |
| | | return response.getData(); |
| | | } |
| | | } catch (Exception e) { |
| | | throw new BusinessException("错误信息:" + e.getMessage()); |
| | | throw new BusinessException(e.getMessage()); |
| | | } |
| | | } else { |
| | | throw new BusinessException("硬件请求失败,请检查硬件设备!"); |