From de147dda682f8ac597bbcc8555b57acbdf45dba2 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 13 十一月 2025 16:55:51 +0800
Subject: [PATCH] 测试完成
---
src/api/AiCentre/phoneCall.js | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/api/AiCentre/phoneCall.js b/src/api/AiCentre/phoneCall.js
new file mode 100644
index 0000000..f2f5124
--- /dev/null
+++ b/src/api/AiCentre/phoneCall.js
@@ -0,0 +1,20 @@
+import request from "@/utils/request";
+
+// 鍒犻櫎澶栭儴鎮h�呰〃
+export function CallgetList() {
+ return request({
+ url: "/smartor/ServiceTelInfo/getList",
+ method: "get",
+ params: {
+ orgid: localStorage.getItem("orgid"),
+ },
+ });
+}
+// 鏌ヨ澶栭儴鎮h�呰〃
+export function CallsetState(data) {
+ return request({
+ url: "/smartor/ServiceTelInfo/setState",
+ method: "get",
+ params: data,
+ });
+}
--
Gitblit v1.9.3