From a78b97b7eda94afd0c869770c16688c020880a4a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 15:35:46 +0800
Subject: [PATCH] 同步

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

diff --git a/src/api/AiCentre/EChartsdata.js b/src/api/AiCentre/EChartsdata.js
index 765a395..44ec949 100644
--- a/src/api/AiCentre/EChartsdata.js
+++ b/src/api/AiCentre/EChartsdata.js
@@ -51,7 +51,7 @@
   });
 }
 
-// 鍚勭瀹ゆ湇鍔′汉娆�
+// 鍚勮棰樼粍鏈嶅姟浜烘
 export function getDeptRanking(data) {
   return request({
     url: "/smartor/patinhosp/getDeptRanking",
@@ -65,6 +65,13 @@
   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