From 81ceeaa2d96cd275992dbaf0bed8fc9c4e1a2acb Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 08 九月 2025 16:36:03 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/EChartsdata.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/api/AiCentre/EChartsdata.js b/src/api/AiCentre/EChartsdata.js
index 94c3984..d6ebdb0 100644
--- a/src/api/AiCentre/EChartsdata.js
+++ b/src/api/AiCentre/EChartsdata.js
@@ -25,6 +25,14 @@
     data: data,
   });
 }
+// 棣栭〉涓儴鏁版嵁
+export function getServiceStatistics(data) {
+  return request({
+    url: "/smartor/serviceSubtask/getServiceStatistics",
+    method: "post",
+    data: data,
+  });
+}
 // 鏌ヨ鎮h�呬綇闄㈣褰曞垪琛�
 export function getechartsMedInhospList(data) {
   return request({
@@ -51,3 +59,19 @@
     data: data,
   });
 }
+// 鑾峰彇orgid
+// 鍐嶆闅忚鏈嶅姟
+export function getorganization(data) {
+  return request({
+    url: "/smartor/organization/list",
+    method: "get",
+  });
+}
+// 鍙戦�佺煭淇�
+export function sendMsg(data) {
+  return request({
+    url: "/sms/send",
+    method: "post",
+    data: data
+  });
+}

--
Gitblit v1.9.3