From 51461f369f0b0ad1da96346afee5637302f1525b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 18 八月 2026 16:38:47 +0800
Subject: [PATCH] 提交

---
 src/api/AiCentre/indicator.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/api/AiCentre/indicator.js b/src/api/AiCentre/indicator.js
index 1895d93..95e72df 100644
--- a/src/api/AiCentre/indicator.js
+++ b/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,
+  });
+}
+// 瀹f暀缁熻
+export function gethelibraryCountHyperlink(data) {
+  return request({
+    url: "/smartor/serviceSubtask/gethelibraryCountHyperlink",
+    method: "post",
     data: data,
   });
 }

--
Gitblit v1.9.3