Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhouxiang
9 years ago
Commit
70f7a85e1a2e40e57148bb4b0bc8519d51c52859
1 parent
f93f27ce
no message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/LimitSwitchCtrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/LimitSwitchCtrl.java
View file @
70f7a85
...
...
@@ -58,9 +58,9 @@ public class LimitSwitchCtrl {
@ResponseBody
public
BaseResponse
viewToChangeLimitConf
(
String
openLimitFlow
,
String
limitConfig
,
String
limitServiceConfig
)
{
Map
map
=
new
HashMap
<>();
map
.
put
(
"openLimitFlow"
,
openLimitFlow
);
map
.
put
(
"limitConfig"
,
limitConfig
);
map
.
put
(
"limitServiceConfig"
,
limitServiceConfig
);
map
.
put
(
"limitFlow"
,
openLimitFlow
);
map
.
put
(
"apiConfs"
,
limitConfig
);
map
.
put
(
"serviceConfs"
,
limitServiceConfig
);
return
httpRestClient
.
defaultGet
(
HttpUriContants
.
VIEW_TOCHANGE_LIMIT_CONF
,
BaseResponse
.
class
,
map
);
}
...
...
Please
register
or
login
to post a comment