diff --git a/src/api/system/followup.js b/src/api/system/followup.js
index cced368..5b3d603 100644
--- a/src/api/system/followup.js
+++ b/src/api/system/followup.js
@@ -5,4 +5,22 @@ export function manualFollowUpList(query) {
method: 'get',
params: query
})
-}
\ No newline at end of file
+}
+
+
+//创建实时呼叫任务
+export function createActualTimeTask(query) {
+ return request({
+ url: '/manage/signroute/createActualTimeTask',
+ method: 'post',
+ data: query
+ })
+}
+
+//AI通话获取录音
+export function getPhoneDialVideo(id) {
+ return request({
+ url: `/manage/signnode/getPhoneDialVideo/${id}`,
+ method: 'get',
+ })
+}
diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue
index e2cc7ad..a50040f 100644
--- a/src/views/system/followup/index.vue
+++ b/src/views/system/followup/index.vue
@@ -88,14 +88,16 @@
-
+
+
+
-
-
- 人工电话
- 智能外呼
+
+
+
+
+
+
+
+
+