WXL (wul)
5 天以前 4c5d48b7e9450e8e793970576caf2f3510e99dba
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({