server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/param/request/TransparentChannelBodyRequest.java
@@ -4,6 +4,12 @@ @Data public class TransparentChannelBodyRequest { /** * 发送消息给LED接口,head头的参数,ability值传参为cld; * treatyType值传参为haixuan_led_net; * operationType为固定值219, * regionNo为1代表第一行,依次类推,不同型号的LED设备支持的行数可能不一样; */ private String method ; //String true 方法名,控制led必须写ControlLedGereral private String indexCode ; // String false 设备编码 private Integer operationType ; //Number false 操作类型 server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/param/request/TransparentChannelHeadRequest.java
@@ -4,6 +4,13 @@ @Data public class TransparentChannelHeadRequest { /** * 发送消息给LED接口,head头的参数,ability值传参为cld; * treatyType值传参为haixuan_led_net; * operationType为固定值219, * regionNo为1代表第一行,依次类推,不同型号的LED设备支持的行数可能不一样; */ private String deviceIndexCode ;// Head String true 设备编码 private String ability ;// Head String true 能力标识 private String treatyType ;// Head String true 协议名 server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncPlatformsServiceImpl.java
@@ -222,8 +222,6 @@ return model; } private Platform getExistedDevice(PlatformListInfoResponse device, List<Platform> allList) { if(allList.size()>0){ for(Platform r : allList){