WXL (wul)
5 天以前 2736806c9fbccb6e3fdf981a6f48a9343e21fa4a
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({
@@ -59,9 +68,3 @@
    data: data,
  });
}