From 6f344a5292739e21d0c8f06c346be44c31c38552 Mon Sep 17 00:00:00 2001
From: tony.cheng <chengmingwei_1984122@126.com>
Date: Wed, 11 Feb 2026 10:54:23 +0800
Subject: [PATCH] 修复智能外呼气泡组件变量初始化错误和时间格式问题

---
 web-app/src/services/OutboundBotAPIService.js |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/web-app/src/services/OutboundBotAPIService.js b/web-app/src/services/OutboundBotAPIService.js
index abd939b..e1880b8 100644
--- a/web-app/src/services/OutboundBotAPIService.js
+++ b/web-app/src/services/OutboundBotAPIService.js
@@ -7,18 +7,7 @@
 import { request } from './request';
 
 class OutboundBotAPIService {
-  /**
-   * 电话拨打获取记录
-   * POST /api/v1/outbound-bot/call
-   * @param {Object} data - 请求数据
-   * @param {string} data.caseRef - 案件引用ID
-   * @param {string} data.phoneNumber - 电话号码
-   * @param {string} data.scriptId - 脚本ID
-   * @returns {Promise} 外呼结果
-   */
-  static makeCall(data = {}) {
-    return request.post('/api/v1/outbound-bot/call', data);
-  }
+
 
   /**
    * 智能外呼拨打电话

--
Gitblit v1.8.0