zy-acs-manager/src/main/java/com/zy/acs/manager/fake/FakeProcessor.java
@@ -88,7 +88,7 @@ this.responseThread = new Thread(() -> { while (!Thread.currentThread().isInterrupted()) { try { Thread.sleep(100); Thread.sleep(30); if (configService.getVal("fakeSign", Boolean.class)) { this.responseTheRequest(); @@ -111,7 +111,7 @@ this.simulatorTread = new Thread(() -> { while (!Thread.currentThread().isInterrupted()) { try { Thread.sleep(100); Thread.sleep(30); if (configService.getVal("fakeSign", Boolean.class)) {