|
@@ -185,6 +185,7 @@ public class AiControl {
|
|
hbUploads(upload3, upload4, upload5, upload6, uploads);
|
|
hbUploads(upload3, upload4, upload5, upload6, uploads);
|
|
if(upload7!=null&&!upload7.isEmpty()){ uploads.add(upload7); }
|
|
if(upload7!=null&&!upload7.isEmpty()){ uploads.add(upload7); }
|
|
if (deviceId==null||deviceId.isEmpty() || deviceId==""){
|
|
if (deviceId==null||deviceId.isEmpty() || deviceId==""){
|
|
|
|
+ logger.warn("没有设备id");
|
|
return WVPResult.fail(ErrorCode.ERROR400.getCode(),"没有设备id");
|
|
return WVPResult.fail(ErrorCode.ERROR400.getCode(),"没有设备id");
|
|
}
|
|
}
|
|
channelId = (channelId==null||channelId.isEmpty())?"":channelId;
|
|
channelId = (channelId==null||channelId.isEmpty())?"":channelId;
|