WXL (wul)
3 天以前 5df476ae693d7577c7a0031ae12c67558b9832a7
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,
  });
}