Showing
1 changed file
with
1 additions
and
1 deletions
@@ -59,7 +59,7 @@ public class LimitSwitchCtrl { | @@ -59,7 +59,7 @@ public class LimitSwitchCtrl { | ||
59 | map.put("limitFlow", openLimitFlow); | 59 | map.put("limitFlow", openLimitFlow); |
60 | map.put("apiConfs", limitConfig); | 60 | map.put("apiConfs", limitConfig); |
61 | map.put("serviceConfs", limitServiceConfig); | 61 | map.put("serviceConfs", limitServiceConfig); |
62 | - return httpRestClient.defaultGet(HttpUriContants.VIEW_TOCHANGE_LIMIT_CONF, BaseResponse.class, map); | 62 | + return httpRestClient.defaultPost(HttpUriContants.VIEW_TOCHANGE_LIMIT_CONF, map, BaseResponse.class); |
63 | } | 63 | } |
64 | 64 | ||
65 | /** | 65 | /** |
-
Please register or login to post a comment