pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/OnLineHandle.java
@@ -6,7 +6,7 @@ public class OnLineHandle { /** * 解析上线数据,得到IMEI号 * 解析上线数据,得到RtuAddr * @param bs 字节数组 * @return OnLine.OnLineResult */ @@ -47,7 +47,7 @@ } } if(rs == null){ throw new Exception("处理上线时出错,未能成功分析出IMEI号!") ; throw new Exception("处理上线时出错,未能成功分析出Rtu地址!") ; } return rs ; }