WXL
2024-08-21 adf7c9495ac348644079592059ea4c4d95b84b99
src/api/AiCentre/external.js
@@ -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
  });