mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-05 04:50:55 +08:00
bugfix: LogicalClusterDTO和RegionDTO校验参数冗余 & RdLogicalClusterController解释修正
This commit is contained in:
@@ -57,7 +57,7 @@ public class RdLogicalClusterController {
|
||||
);
|
||||
}
|
||||
|
||||
@ApiOperation(value = "查询逻辑集群列表", notes = "")
|
||||
@ApiOperation(value = "根据逻辑集群Id获取逻辑集群", notes = "")
|
||||
@RequestMapping(value = "logical-clusters", method = RequestMethod.GET)
|
||||
@ResponseBody
|
||||
public Result<LogicalClusterVO> getByLogicalClusterId(@RequestParam("id") Long physicalClusterId) {
|
||||
|
||||
Reference in New Issue
Block a user