WXL
2024-06-27 76c30727c77065c808b1c0fb3146080e423e5fe6
src/api/AiCentre/SingleTask.js
@@ -113,7 +113,7 @@
  // 任务发送,执行
  export function TaskTemplateSendExecution(data) {
    return request({
      url: "/smartor/tasksingle/taskSend",
      url: "/smartor/ivrtask/taskSend",
      method: "post",
      data: data,
    });