WXL
2024-12-23 ae117f01461f05a0bf249e6f63b636f4222ec8d7
src/api/AiCentre/external.js
@@ -3,7 +3,7 @@
// 外链获取随访
export function getExternalfollowup(data) {
  return request({
    url: "/servicetask/getScriptInfoByCondition",
    url: "/smartor/servicetask/getScriptInfoByCondition",
    // url: "/servicetask/getScriptInfoByCondition",
    method: "post",
    data: data
@@ -17,20 +17,12 @@
    params: {param:id}
  });
}
// 提交、随访
export function SetsaveQuestionAnswer(data) {
  return request({
    // url: "/ivrtaskcalldetail/saveQuestionAnswer",
    url: "/serviceSubtask/saveQuestionAnswer",
    method: "post",
    data: data
  });
}
// 缓存问卷
export function Cachequestionnaire(data) {
  return request({
    url: "/subtaskAnswer/saveQuestionCache",
    url: "/smartor/subtaskAnswer/saveQuestionCache",
    method: "post",
    data: data
  });
@@ -38,7 +30,7 @@
// 拿缓存问卷
export function getCachequestionnaire(data) {
  return request({
    url: "/subtaskAnswer/getQuestionCache",
    url: "/smartor/subtaskAnswer/getQuestionCache",
    method: "post",
    data: data
  });
@@ -46,13 +38,13 @@
// 提交问卷
export function Submitaquestionnaire(data) {
  return request({
    url: "/subtaskAnswer/saveQuestionAnswer",
    url: "/smartor/subtaskAnswer/saveQuestionAnswer",
    method: "post",
    data: data
  });
}
// 提交问卷
// 提交问卷(内)
export function getsearchrResult(data) {
  return request({
    url: "/subtaskAnswer/selectPatQuestionResult",