WXL
2024-06-05 75f1a2d080173f89ebebe80f4f8f2fe3e0c5fe5b
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
  });
}