1、对接海葵云、EP接口
This commit is contained in:
@@ -58,9 +58,9 @@ public class SimulationLyricNodeController {
|
||||
* 查询审批实例id
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/getProcessData")
|
||||
@PostMapping("/getProcessData")
|
||||
@Operation(summary = "查询审批实例id", description = "查询审批实例id")
|
||||
public SdmResponse getProcessData(ProcessDataReq req) {
|
||||
public SdmResponse getProcessData(@RequestBody ProcessDataReq req) {
|
||||
return lyricInternalService.getProcessData(req);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user