fix:数据总览删除算例
This commit is contained in:
@@ -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);
|
||||
|
||||
// 项目列表
|
||||
|
||||
Reference in New Issue
Block a user