WXL (wul)
昨天 0c7cc21d8a51e164dd2fe4ce73ab566b3a9081a9
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({