From 071e3ed6253ce4d87f6c7a58d7cab02bb3916373 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期三, 17 九月 2025 11:43:20 +0800 Subject: [PATCH] 电话更新 --- src/api/AiCentre/EChartsdata.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/AiCentre/EChartsdata.js b/src/api/AiCentre/EChartsdata.js index 765a395..d6ebdb0 100644 --- a/src/api/AiCentre/EChartsdata.js +++ b/src/api/AiCentre/EChartsdata.js @@ -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