1、对接ep接口同步项目、阶段、需求,及其他接口

This commit is contained in:
2025-12-22 20:44:15 +08:00
parent 728d3066e9
commit f1152a5e96

View File

@@ -34,7 +34,7 @@ public class SimulationLyricNodeController {
return lyricInternalService.getTodoList();
}
@PostMapping("/getProjectList")
@GetMapping("/getProjectList")
@Operation(summary = "获取项目列表", description = "获取项目列表")
public SdmResponse getProjectList() {
return lyricInternalService.getProjectList();