From f357f41d488c8f91b63d86807874b02e2d9a6d08 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 05 六月 2024 14:06:05 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/external.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/api/AiCentre/external.js b/src/api/AiCentre/external.js
index 88a6c2d..91bb725 100644
--- a/src/api/AiCentre/external.js
+++ b/src/api/AiCentre/external.js
@@ -1,9 +1,10 @@
 import request from "@/utils/request";
 
 // 闅忚妯$増璇︽儏
-export function getExternalfollowup(taskid,patid) {
+export function getExternalfollowup(data) {
   return request({
-    url: "/smartor/ivrtask/getScriptInfoByCondition/" + taskid+'/'+patid,
-    method: "get",
+    url: "/smartor/ivrtask/getScriptInfoByCondition",
+    method: "post",
+    data: data
   });
 }

--
Gitblit v1.9.3