1. 审核状态添加“草稿”

2. 添加指令中“任务名称,事件类型,局点,部门四个字段
This commit is contained in:
EnderByEndera
2024-04-15 11:25:54 +08:00
parent 9ceb2e583e
commit de6437b8b0
5 changed files with 22 additions and 19 deletions

View File

@@ -103,7 +103,7 @@ public class StateHandler {
AtomicReference<Boolean> success = new AtomicReference<>(false);
Mono<SimpleResponse> mono = client.post()
.uri("192.168.107.89:65432") // todo: unfinished
.uri("http://192.168.107.89:9081/api/v1/kafkasend") // todo: untested
.bodyValue(dynamicTaskInfos)
.exchangeToMono(res -> {
if (res.statusCode().equals(HttpStatus.OK)) {