WXL (wul)
5 天以前 2736806c9fbccb6e3fdf981a6f48a9343e21fa4a
src/api/AiCentre/indicator.js
@@ -51,7 +51,15 @@
export function gethelibraryCount(data) {
  return request({
    url: "/smartor/serviceSubtask/gethelibraryCount",
      method: "post",
    method: "post",
    data: data,
  });
}
// 宣教统计
export function gethelibraryCountHyperlink(data) {
  return request({
    url: "/smartor/serviceSubtask/gethelibraryCountHyperlink",
    method: "post",
    data: data,
  });
}