WXL (wul)
昨天 e06cd3953ba8a6e0eee11c235bce9ced419a2800
src/api/AiCentre/satisfactionse.js
@@ -19,6 +19,15 @@
  });
}
// 查询详情
export function getSfStatisticsHyperlink(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfStatisticsHyperlink",
    method: "post",
    data: data,
  });
}
// 修改满意度
export function updatesatisfaction(data) {
  return request({
@@ -35,8 +44,27 @@
    method: "get",
  });
}
// 异常处理列表
export function tracedeallist(data) {
  return request({
    url: "/smartor/trace/tracedeallist",
    method: "post",
    data: data,
  });
}
// 批量处理列表
export function tracelist(data) {
  return request({
    url: "/smartor/trace/list",
    method: "post",
    data: data,
  });
}
// 任务列表修改处理
export function traceedit(data) {
  return request({
    url: "/smartor/trace/edit",
    method: "post",
    data: data,
  });
}