WXL (wul)
6 天以前 a5cba9ab040f6f97558046885dce3017f9bab7e9
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,
  });
}