WXL
2024-08-06 17b041e2e7ebd5afe75403fefc57cc6a88b51dad
src/api/AiCentre/external.js
@@ -3,7 +3,7 @@
// 外链获取随访或问卷详情
export function getExternalfollowup(data) {
  return request({
    url: "/smartor/serviceTask/getScriptInfoByCondition",
    url: "/smartor/servicetask/getScriptInfoByCondition",
    // url: "/smartor/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: "/smartor/ivrtaskcalldetail/saveQuestionAnswer",
    url: "/smartor/serviceSubtask/saveQuestionAnswer",
    method: "post",
    data: data
  });