import request from "@/utils/request"; // 随访模版详情 export function getExternalfollowup(data) { return request({ url: "/smartor/ivrtask/getScriptInfoByCondition", method: "post", data: data }); } export function SetsaveQuestionAnswer(data) { return request({ url: "/smartor/ivrtaskcalldetail/saveQuestionAnswer", method: "post", data: data }); }