Commit 0b331bdd9b81ea707a18476b8e4cd15f21150a19

Authored by 芯火源
1 parent 21336014

fix: 设备事件上报异常问题修复

... ... @@ -582,7 +582,7 @@ public class DefaultTransportService implements TransportService {
582 582 throw new TkDataValidationException(ErrorMessage.INVALID_TOPIC.getMessage());
583 583 }
584 584 String[] eventInfo = topicInfo[1].split("/");
585   - if(null == eventInfo || eventInfo.length !=3){
  585 + if(null == eventInfo || eventInfo.length !=2){
586 586 throw new TkDataValidationException(ErrorMessage.INVALID_TOPIC.getMessage());
587 587 }
588 588 reportActivityInternal(sessionInfo);
... ...