| | |
| | | } else if (A5LightReportEnum.Error_Code.getCode().equals(functionCode)) { |
| | | log.info("故障码上报"); |
| | | A5LightErrorCodeReportInnerFrame codeRespInnerFrame = new A5LightErrorCodeReportInnerFrame().transformFrame(frame.getPayload()); |
| | | System.out.println(JSON.toJSONString(codeRespInnerFrame) + "++++++++++++++++++++++++++++"); |
| | | log.info(codeRespInnerFrame.isValidate() + "是否通过校验"); |
| | | log.info(codeRespInnerFrame.getErrorCode() + "故障码"); |
| | | if (codeRespInnerFrame.isValidate() && (codeRespInnerFrame.getErrorCode() != 0)) { |