Compare commits
2 Commits
232c160abe
...
81fe70aa42
Author | SHA1 | Date |
---|---|---|
dinggang | 81fe70aa42 | |
dinggang | d403b27c5f |
|
@ -301,8 +301,8 @@ public class MonitorController {
|
||||||
"&start=" + start +
|
"&start=" + start +
|
||||||
"&end=" + end +
|
"&end=" + end +
|
||||||
"&step=" + step;
|
"&step=" + step;
|
||||||
|
|
||||||
ResponseEntity<HashMap> entity = restTemplate.getForEntity(url, HashMap.class, query);
|
ResponseEntity<HashMap> entity = restTemplate.getForEntity(url, HashMap.class, query);
|
||||||
|
|
||||||
HashMap body = entity.getBody();
|
HashMap body = entity.getBody();
|
||||||
HashMap data = (HashMap) body.get("data");
|
HashMap data = (HashMap) body.get("data");
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
|
|
Loading…
Reference in New Issue