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({
@@ -59,9 +68,3 @@
    data: data,
  });
}