Showing
1 changed file
with
3 additions
and
3 deletions
@@ -58,9 +58,9 @@ public class LimitSwitchCtrl { | @@ -58,9 +58,9 @@ public class LimitSwitchCtrl { | ||
58 | @ResponseBody | 58 | @ResponseBody |
59 | public BaseResponse viewToChangeLimitConf(String openLimitFlow, String limitConfig, String limitServiceConfig) { | 59 | public BaseResponse viewToChangeLimitConf(String openLimitFlow, String limitConfig, String limitServiceConfig) { |
60 | Map map = new HashMap<>(); | 60 | Map map = new HashMap<>(); |
61 | - map.put("openLimitFlow", openLimitFlow); | ||
62 | - map.put("limitConfig", limitConfig); | ||
63 | - map.put("limitServiceConfig", limitServiceConfig); | 61 | + map.put("limitFlow", openLimitFlow); |
62 | + map.put("apiConfs", limitConfig); | ||
63 | + map.put("serviceConfs", limitServiceConfig); | ||
64 | return httpRestClient.defaultGet(HttpUriContants.VIEW_TOCHANGE_LIMIT_CONF, BaseResponse.class, map); | 64 | return httpRestClient.defaultGet(HttpUriContants.VIEW_TOCHANGE_LIMIT_CONF, BaseResponse.class, map); |
65 | } | 65 | } |
66 | 66 |
-
Please register or login to post a comment