WXL (wul)
4 天以前 a7eb9f0ef66e3528a58f0f6c140e7bf3eda6e596
src/api/AiCentre/SingleTask.js
@@ -136,6 +136,14 @@
    method: "get",
  });
}
// 获取语音任务模板详情
export function selectInfoByCondition(data) {
  return request({
     url: "/smartor/ivrTaskTemplate/selectInfoByCondition",
    method: "post",
    data: data,
  });
}
// 任务模板新增修改
export function TaskTemplatecomit(data) {
  return request({