Showing
1 changed file
with
1 additions
and
0 deletions
@@ -127,6 +127,7 @@ public class QcloudToolServiceImpl implements QcloudToolService { | @@ -127,6 +127,7 @@ public class QcloudToolServiceImpl implements QcloudToolService { | ||
127 | try{ | 127 | try{ |
128 | TreeMap<String, Object> map = CommQcloudUtil.getTreeMapParam(req); | 128 | TreeMap<String, Object> map = CommQcloudUtil.getTreeMapParam(req); |
129 | String rootJson = QcloudSdkUtil.getCommonData(new Scaling(), "GET", QcloudConstant.QCLOUD_API_MODIFY_SCALING_GROUP_FUN, map, true); | 129 | String rootJson = QcloudSdkUtil.getCommonData(new Scaling(), "GET", QcloudConstant.QCLOUD_API_MODIFY_SCALING_GROUP_FUN, map, true); |
130 | + logger.info("QcloudToolServiceImpl-modifyScalingGroup"+rootJson); | ||
130 | if(StringUtils.isBlank(rootJson)){ | 131 | if(StringUtils.isBlank(rootJson)){ |
131 | return null; | 132 | return null; |
132 | } | 133 | } |
-
Please register or login to post a comment