From a90f11d8c3c8251211c9c93974378e3f38191347 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 07 七月 2025 17:09:45 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index af803b7..153ec2c 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -84,3 +84,11 @@
     data: data
   });
 }
+// 鏇存柊璇煶鏈嶅姟锛堝唴锛�
+export function sendMsg(data) {
+  return request({
+    url: "/smartor/smsaccount/sendMsg",
+    method: "post",
+    data: data
+  });
+}

--
Gitblit v1.9.3