WXL
2024-09-09 d27e3ada8f1e9c005747988e9bf2519fcd6da21a
src/api/AiCentre/external.js
@@ -3,8 +3,8 @@
// 外链获取随访
export function getExternalfollowup(data) {
  return request({
    url: "/smartor/servicetask/getScriptInfoByCondition",
    // url: "/smartor/servicetask/getScriptInfoByCondition",
    url: "/servicetask/getScriptInfoByCondition",
    // url: "/servicetask/getScriptInfoByCondition",
    method: "post",
    data: data
  });
@@ -12,8 +12,8 @@
// 提交、随访
export function SetsaveQuestionAnswer(data) {
  return request({
    // url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer",
    url: "/smartor/serviceSubtask/saveQuestionAnswer",
    // url: "/ivrtaskcalldetail/saveQuestionAnswer",
    url: "/serviceSubtask/saveQuestionAnswer",
    method: "post",
    data: data
  });
@@ -23,7 +23,7 @@
// 缓存问卷
export function Cachequestionnaire(data) {
  return request({
    url: "/smartor/subtaskAnswer/saveQuestionCache",
    url: "/subtaskAnswer/saveQuestionCache",
    method: "post",
    data: data
  });
@@ -31,7 +31,7 @@
// 拿缓存问卷
export function getCachequestionnaire(data) {
  return request({
    url: "/smartor/subtaskAnswer/getQuestionCache",
    url: "/subtaskAnswer/getQuestionCache",
    method: "post",
    data: data
  });
@@ -39,7 +39,7 @@
// 提交问卷
export function Submitaquestionnaire(data) {
  return request({
    url: "/smartor/subtaskAnswer/saveQuestionAnswer",
    url: "/subtaskAnswer/saveQuestionAnswer",
    method: "post",
    data: data
  });
@@ -48,7 +48,7 @@
// 提交问卷
export function getsearchrResult(data) {
  return request({
    url: "/smartor/subtaskAnswer/selectPatQuestionResult",
    url: "/subtaskAnswer/selectPatQuestionResult",
    method: "post",
    data: data
  });