|
|
@@ -114,4 +114,9 @@ public class MonitorController {
|
|
|
public Result getTypeData(@RequestParam Map<String, String> params) throws Exception {
|
|
|
return this.getOapResponse("/openApi/xc/monitor/getTypeData", params);
|
|
|
}
|
|
|
+
|
|
|
+ @GetMapping("getTypeEchartsDate")
|
|
|
+ public Result getTypeEchartsDate(@RequestParam Map<String, String> params) throws Exception {
|
|
|
+ return this.getOapResponse("/openApi/xc/monitor/getTypeEchartsDate", params);
|
|
|
+ }
|
|
|
}
|