Authored by qinchao

去掉不用代码

@@ -44,29 +44,6 @@ public class CloudToolController { @@ -44,29 +44,6 @@ public class CloudToolController {
44 private CloudToolService cloudToolService; 44 private CloudToolService cloudToolService;
45 45
46 /** 46 /**
47 - * 伸缩组信息查询  
48 - * @param cloudType 云类型 1:AWS 2:QCLOUD  
49 - * @return  
50 - */  
51 - /*@RequestMapping("/getAutoScalingConfig")  
52 - @ResponseBody  
53 - public BaseResponse getAutoScalingConfig(int cloudType) {  
54 - BaseResponse response;  
55 - List<CommAutoScalingGroup> autoScalingGroups = null;  
56 - if(1 == cloudType){  
57 - autoScalingGroups = awsQueryService.autoScalingConfig(null);  
58 - }else if(2 == cloudType){  
59 - autoScalingGroups = qCloudToolService.getAutoScalingConfig(null);  
60 - }else{  
61 - return null;  
62 - }  
63 -  
64 - response = new BaseResponse();  
65 - response.setData(autoScalingGroups);  
66 - return response;  
67 - }*/  
68 -  
69 - /**  
70 * 修改伸缩组信息 47 * 修改伸缩组信息
71 * @param req 通用请求参数 云类型 1:AWS 2:QCLOUD 48 * @param req 通用请求参数 云类型 1:AWS 2:QCLOUD
72 * @return 49 * @return