作业模式
This commit is contained in:
@@ -68,7 +68,7 @@ public interface ISimulationNodeFeignClient {
|
||||
* @param req
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/getRunListByNodeId")
|
||||
@PostMapping("/node/getRunListByNodeId")
|
||||
SdmResponse<List<String>> getRunListByNodeId(@RequestBody SpdmQueryRunListReq req);
|
||||
|
||||
/**
|
||||
@@ -77,7 +77,7 @@ public interface ISimulationNodeFeignClient {
|
||||
* @param req
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/getRunListByRunIdList")
|
||||
@PostMapping("/node/getRunListByRunIdList")
|
||||
SdmResponse<List<SimulationRunResp>> getRunListByRunIdList(@RequestBody SpdmQueryRunInfoListReq req);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user