Browse Source

补充直连接口

qinhouyu 1 year ago
parent
commit
0b9faf81de
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/api/bigdata.js

+ 7 - 2
src/api/bigdata.js

@@ -139,8 +139,13 @@ export function getRlt(param) {
   })
   })
 }
 }
 
 
-
-
+export function getRlt_direct(param) {
+  return request({
+    url: '/center-event/eventreport/getHeatMap',
+    method: 'post',
+    data : param
+  })
+}