WXL
2024-08-27 b50917f4bdf0b05c028d76d8cdbde44a85ec8b91
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
  });