WXL (wul)
2026-07-07 09abeae851f72a25f105030e37c6a0c9f3189378
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,
  });
}