@@ -105,6 +105,7 @@ public class OperationMessageService {
@Autowired
private IotDataVerifyService iotDataVerifyService;
+
/**
* 发送指令
*
@@ -70,7 +70,7 @@ public class OpenApiVerifyService {
// 是否开启 openAPI验证
@Value("${openapi.openVerify}")
- public static final boolean openVerify = true;
+ public boolean openVerify = true;
//线程池
ExecutorService executorService = Executors.newFixedThreadPool(SystemUtil.getCpuCoreCount() * 2);