Browse Source

视频平台对接

root 3 years ago
parent
commit
f0eeac09d3

+ 5 - 0
src/main/java/com/zhiqiyun/open/mvc/controller/MonitorController.java

@@ -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);
+    }
 }

File diff suppressed because it is too large
+ 0 - 0
src/main/resources/public/index.html


Some files were not shown because too many files changed in this diff