fix:数据总览删除算例

This commit is contained in:
2026-03-13 17:29:05 +08:00
parent 8d07e55b4b
commit 664138caef

View File

@@ -49,7 +49,7 @@ public interface ISimulationNodeFeignClient {
@GetMapping("/node/getNodeTaskRunList")
SdmResponse<List<AllNodeByProjectIdAndTypeResp>> getTaskRunList(@RequestParam(value = "uuids") List<String> uuids);
@PostMapping("node/delteNode")
@PostMapping("/node/delteNode")
SdmResponse delteNode(@RequestBody DelNodeReq req);
// 项目列表