From 3eff20833d02fcc5c24e0ec91d0f1abe8fb810a3 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期三, 17 九月 2025 17:11:16 +0800 Subject: [PATCH] 同步 --- src/api/AiCentre/phoneCall.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/api/AiCentre/phoneCall.js b/src/api/AiCentre/phoneCall.js new file mode 100644 index 0000000..84769dc --- /dev/null +++ b/src/api/AiCentre/phoneCall.js @@ -0,0 +1,18 @@ +import request from "@/utils/request"; + + +// 鍒犻櫎澶栭儴鎮h�呰〃 +export function CallgetList() { + return request({ + url: "/smartor/ServiceTelInfo/getList", + method: "get", + }); +} +// 鏌ヨ澶栭儴鎮h�呰〃 +export function CallsetState(data) { + return request({ + url: "/smartor/ServiceTelInfo/setState", + method: "get", + params: data, + }); +} -- Gitblit v1.9.3