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